1
2
3
4
5
6
7
8
9
10
11
12
| [Unit]
| Description=OpenVPN Robust And Highly Flexible Tunneling Application On %I
| After=syslog.target network.target
|
| [Service]
| PrivateTmp=true
| Type=forking
| PIDFile=/var/run/openvpn/%i.pid
| ExecStart=/usr/sbin/openvpn --daemon --writepid /var/run/openvpn/%i.pid --cd /etc/openvpn/ --config %i.conf
|
| [Install]
| WantedBy=multi-user.target
|
|