mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 01:35:13 +03:00
6 lines
150 B
Bash
6 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
|