mirror of https://github.com/dswd/vpncloud.git
systemd: add file vpncloud.target
Add file vpncloud.target, which allows you to stop or restart all instances.
This commit is contained in:
parent
b745735af8
commit
151ca445c3
|
@ -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'
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
PartOf=vpncloud.target
|
||||
Documentation=man:vpncloud(1)
|
||||
|
||||
[Service]
|
||||
|
|
Loading…
Reference in New Issue