Attempt to notify systemd of service readiness on linux (#929)

This commit is contained in:
Nate Brown
2023-07-24 11:30:18 -05:00
committed by GitHub
parent f5db03c834
commit 1e3c155896
6 changed files with 59 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ After=basic.target network.target network-online.target
Before=sshd.service
[Service]
Type=notify
NotifyAccess=main
SyslogIdentifier=nebula
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/usr/local/bin/nebula -config /etc/nebula/config.yml