linuxOS_AP05/debian/test/usr/lib/systemd/system/openvpn.service

19 lines
320 B
SYSTEMD
Raw Normal View History

2025-09-26 01:40:02 +00:00
# This service is actually a systemd target,
# but we are using a service since targets cannot be reloaded.
[Unit]
Description=OpenVPN service
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecReload=/bin/true
WorkingDirectory=/etc/openvpn
[Install]
WantedBy=multi-user.target