mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 12:12:40 +01:00
11 lines
291 B
Desktop File
11 lines
291 B
Desktop File
[Unit]
|
|
Description=OpenVPN connection to %i
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/openvpn-obfs --cd /etc/openvpn --config /etc/openvpn/%i.conf --daemon openvpn-obfs@%i --writepid /run/openvpn@%i.pid
|
|
PIDFile=/run/openvpn@%i.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|