From d9dd8236c532fcc4ea8e975e3df145164874115b Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Sun, 27 Oct 2024 13:36:07 +0000 Subject: [PATCH] systemd: cleanup text in openvpn.service.sample Signed-off-by: Christian Hewitt --- .../systemd/config/system.d/openvpn.service.sample | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 #