nebula.service 285 B

1234567891011121314
  1. [Unit]
  2. Description=nebula
  3. Wants=basic.target
  4. After=basic.target network.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