nebula.service 418 B

12345678910111213141516
  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. [Service]
  7. Type=notify
  8. NotifyAccess=main
  9. SyslogIdentifier=nebula
  10. ExecReload=/bin/kill -HUP $MAINPID
  11. ExecStart=/usr/local/bin/nebula -config /etc/nebula/config.yml
  12. Restart=always
  13. [Install]
  14. WantedBy=multi-user.target