diff --git a/packages/sysutils/systemd/config/system.d/openvpn.service.sample b/packages/sysutils/systemd/config/system.d/openvpn.service.sample index 426e16320b..e2e6f7e473 100644 --- a/packages/sysutils/systemd/config/system.d/openvpn.service.sample +++ b/packages/sysutils/systemd/config/system.d/openvpn.service.sample @@ -14,14 +14,13 @@ WantedBy=kodi.target # NOTES: # -# 1) Edit /storage/.config/openvpn.config to the .config/.conf/.ovpn file -# from your VPN service provider and test it works first by connecting at -# the console: +# 1) Create /storage/.config/openvpn.config using the .config/.conf/.ovpn +# file from your VPN service provider and test the connection: # # /usr/sbin/openvpn --daemon --config /storage/.config/openvpn.config # -# 2) The openvpn.service file must be addeded to the active systemd config -# before it will work. This is done by running: +# 2) The openvpn.service file must be enabled before it will work. This is +# done by running: # # systemctl enable openvpn.service #