systemd: cleanup text in openvpn.service.sample

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
This commit is contained in:
Christian Hewitt 2024-10-27 13:36:07 +00:00
parent 35adce959d
commit d9dd8236c5
No known key found for this signature in database

View File

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