mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 17:01:34 +02:00
7 lines
140 B
Bash
7 lines
140 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S stunnel 2>/dev/null
|
|
adduser -S -D -H -h /dev/null -s /sbin/nologin -G stunnel -g stunnel stunnel 2>/dev/null
|
|
|
|
exit 0
|