mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-23 15:31:19 +02:00
7 lines
150 B
Bash
7 lines
150 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S nm-openvpn 2>/dev/null
|
|
adduser -S -D -H -h /var/empty -s /bin/false -G nm-openvpn -g nm-openvpn nm-openvpn 2>/dev/null
|
|
|
|
exit 0
|