Arch Linux, systemd 252 (252.4-2-arch)
Doing:
systemctl status openvpn-server@server.service
Results in:
Loaded: loaded (/usr/lib/systemd/system/openvpn-server@.service; enabled; preset: disabled)
However, running:
systemctl list-unit-files
Doesn't show the same name. It only shows:
openvpn-client@.service disabled disabled
openvpn-server@.service indirect disabled
Why is there this difference in naming convention, and why is it shown as disabled in this listing?