diff --git a/dist/fedora/nebula.service b/dist/fedora/nebula.service new file mode 100644 index 0000000..df4baf6 --- /dev/null +++ b/dist/fedora/nebula.service @@ -0,0 +1,15 @@ +[Unit] +Description=Nebula overlay networking tool + +After=basic.target network.target network-online.target +Before=sshd.service +Wants=basic.target network-online.target + +[Service] +ExecReload=/bin/kill -HUP $MAINPID +ExecStart=/usr/bin/nebula -config /etc/nebula/config.yml +Restart=always +SyslogIdentifier=nebula + +[Install] +WantedBy=multi-user.target