ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/lib/systemd/system/openvpn.service

18 lines
299 B
INI

# 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
WorkingDirectory=/etc/openvpn
[Install]
WantedBy=multi-user.target