mirror of https://github.com/dswd/vpncloud.git
Basic systemd service file.
This commit is contained in:
parent
de6709853f
commit
f6c28d1bbb
|
@ -0,0 +1,10 @@
|
||||||
|
[Unit]
|
||||||
|
Description=VPNCloud connection to %i
|
||||||
|
Before=systemd-user-sessions.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/vpncloud --config /etc/vpncloud/%i.yml
|
||||||
|
WorkingDirectory=/etc/vpncloud
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue