mirror of
https://github.com/tonarino/innernet.git
synced 2025-01-04 03:48:20 +02:00
systemd: Add file innernet.target
Add file innernet.target, which allows you to stop or restart all client instances.
This commit is contained in:
parent
2122748727
commit
77a7c36cce
2
client/innernet.target
Normal file
2
client/innernet.target
Normal file
@ -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
|
||||
After=network-online.target nss-lookup.target
|
||||
Wants=network-online.target nss-lookup.target
|
||||
PartOf=innernet.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
Loading…
Reference in New Issue
Block a user