Magellan Linux

Contents of /trunk/openvpn/openvpn.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1565 - (show annotations) (download)
Thu Nov 24 10:56:43 2011 UTC (12 years, 5 months ago) by niro
File size: 235 byte(s)
-added systemd unit
1 [Unit]
2 Description=OpenVPN connection to %i
3 After=network.target
4
5 [Service]
6 Type=forking
7 ExecStart=/usr/sbin/openvpn --config /etc/openvpn/%i.conf --daemon openvpn@%i
8 WorkingDirectory=/etc/openvpn
9
10 [Install]
11 WantedBy=multi-user.target