nebula.service 388 B

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