github.com/slackhq/nebula@v1.9.0/examples/service_scripts/nebula.service (about)

     1  [Unit]
     2  Description=Nebula overlay networking tool
     3  Wants=basic.target network-online.target nss-lookup.target time-sync.target
     4  After=basic.target network.target network-online.target
     5  Before=sshd.service
     6  
     7  [Service]
     8  Type=notify
     9  NotifyAccess=main
    10  SyslogIdentifier=nebula
    11  ExecReload=/bin/kill -HUP $MAINPID
    12  ExecStart=/usr/local/bin/nebula -config /etc/nebula/config.yml
    13  Restart=always
    14  
    15  [Install]
    16  WantedBy=multi-user.target