File: openvpn.service

package info (click to toggle)
openvpn 2.4.0-6%2Bdeb9u3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,256 kB
  • sloc: ansic: 78,974; sh: 12,407; makefile: 475; perl: 66; python: 47
file content (18 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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