I want to run my openvpn as systemd service. This tutorial tells me to use [email protected] template for that:
https://fedoraproject.org/wiki/Openvpn#Setting_up_a_Linux_OpenVPN_client
ln -s /lib/systemd/system/[email protected] /etc/systemd/system/[email protected]
I can do that but before trying I wonder that in the same folder there is also an [email protected] file, which is not even mentioned in the tutorial. I looked into both but my knowledge of systemd is limited. From what I can see, both would work running an openvpn client, just [email protected] would start it with --daemon ovpn-%i. Wouldn't it be better to have it running as a daemon? Is the tutorial just outdated and not covering this .service file?