systemd: Add file innernet.target

Add file innernet.target, which allows you to stop or restart all client
instances.
pull/35/head
Martin Hauke 2021-04-04 22:07:04 +02:00 committed by Jake McGinty
parent 2122748727
commit 77a7c36cce
2 changed files with 3 additions and 0 deletions

2
client/innernet.target Normal file
View File

@ -0,0 +1,2 @@
[Unit]
Description=Target to allow restarting and stopping of all parts of innernet

View File

@ -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