nebula.service 348 B

123456789101112131415
  1. [Unit]
  2. Description=Nebula overlay networking tool
  3. After=basic.target network.target network-online.target
  4. Before=sshd.service
  5. Wants=basic.target network-online.target
  6. [Service]
  7. ExecReload=/bin/kill -HUP $MAINPID
  8. ExecStart=/usr/bin/nebula -config /etc/nebula/config.yml
  9. Restart=always
  10. SyslogIdentifier=nebula
  11. [Install]
  12. WantedBy=multi-user.target