openvpn-mgt/debian/openvpn-mgt.postinst
2019-08-17 11:23:45 +02:00

5 lines
117 B
Bash

#!/bin/sh
addgroup --system openvpn
adduser --system openvpn --home /etc/openvpn --ingroup openvpn --no-create-home