mirror of https://github.com/dswd/vpncloud.git
Merge pull request #182 from mnhauke/master
systemd: add file vpncloud.target
This commit is contained in:
commit
41e8ecd962
|
@ -0,0 +1,2 @@
|
||||||
|
[Unit]
|
||||||
|
Description=VpnCloud target allowing to start/stop all vpncloud@.service instances at once
|
|
@ -2,6 +2,7 @@
|
||||||
Description=VpnCloud network '%I'
|
Description=VpnCloud network '%I'
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
Wants=network-online.target
|
Wants=network-online.target
|
||||||
|
PartOf=vpncloud.target
|
||||||
Documentation=man:vpncloud(1)
|
Documentation=man:vpncloud(1)
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
Loading…
Reference in New Issue