nebula.service 392 B

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