openvpn-mgt/debian/openvpn-mgt.postinst

5 lines
117 B
Bash

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