Files
server/usr/lib/systemd/system/openvpn.service
2026-01-07 20:52:11 +01:00

19 lines
328 B
Desktop File

# This service is actually a systemd target,
# but we are using a service since targets cannot be reloaded.
[Unit]
Description=OpenVPN service
Documentation=man:openvpn(8)
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
WorkingDirectory=/etc/openvpn
[Install]
WantedBy=multi-user.target