mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
Add logic to notify service manager when start up is completed
This commit is contained in:
parent
fec96a38a4
commit
7878bb938e
5 changed files with 67 additions and 0 deletions
|
@ -6,6 +6,10 @@ After=network-online.target
|
|||
After=yggdrasil-default-config.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
# Allow forked off processes to send notifications.
|
||||
# Uncomment if e.g. yggdrasil is started by a script.
|
||||
#NotifyAccess=all
|
||||
Group=yggdrasil
|
||||
ProtectHome=true
|
||||
ProtectSystem=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue