1
0
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:
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
After=network-online.target nss-lookup.target
Wants=network-online.target nss-lookup.target
PartOf=innernet.target
[Service]
Type=simple