systemd: Add file innernet.target
Add file innernet.target, which allows you to stop or restart all client instances.pull/35/head
parent
2122748727
commit
77a7c36cce
|
@ -0,0 +1,2 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Target to allow restarting and stopping of all parts of innernet
|
|
@ -2,6 +2,7 @@
|
||||||
Description=innernet client daemon for %I
|
Description=innernet client daemon for %I
|
||||||
After=network-online.target nss-lookup.target
|
After=network-online.target nss-lookup.target
|
||||||
Wants=network-online.target nss-lookup.target
|
Wants=network-online.target nss-lookup.target
|
||||||
|
PartOf=innernet.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
Loading…
Reference in New Issue