10 lines
223 B
Desktop File
10 lines
223 B
Desktop File
[Unit]
|
|
Description=OpenVPN connection to %i
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/openvpn --config /etc/openvpn/%i.conf --daemon openvpn@%i --cd /etc/openvpn
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|