summaryrefslogtreecommitdiff
path: root/debian/openvpn.service
blob: b76e36e9bcaa73b17d7873ab8b16a7e356b25d55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=OpenVPN service
After=network.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/sbin/openvpn-systemd-helper start
ExecStop=/usr/sbin/openvpn-systemd-helper stop
ExecReload=/usr/sbin/openvpn-systemd-helper reload
WorkingDirectory=/etc/openvpn

[Install]
WantedBy=multi-user.target