You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
308 B

4 years ago
  1. [Unit]
  2. Description=nebula
  3. Wants=basic.target
  4. After=basic.target network.target
  5. [Service]
  6. SyslogIdentifier=nebula
  7. StandardOutput=syslog
  8. StandardError=syslog
  9. ExecReload=/bin/kill -HUP $MAINPID
  10. ExecStart=/usr/local/bin/nebula -config /etc/nebula/config.yml
  11. Restart=always
  12. [Install]
  13. WantedBy=multi-user.target