mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
41b81aa13f
This now requires an "nm-openvpn" user and group as well as a chroot directory of /var/lib/nm-openvpn/chroot/ Thanks to David Miller for the bug report and fix. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
5 lines
217 B
Text
5 lines
217 B
Text
OpenVPN support for NetworkManager
|
|
|
|
You will need an "nm-openvpn" user and group to use this. Suggested:
|
|
# groupadd -g 320 nm-openvpn
|
|
# useradd -u 320 -g nm-openvpn -d /var/lib/openvpn/chroot -s /bin/false nm-openvpn
|