15 lines
285 B
Desktop File
15 lines
285 B
Desktop File
[Unit]
|
|
Description=nebula
|
|
Wants=basic.target
|
|
After=basic.target network.target
|
|
Before=sshd.service
|
|
|
|
[Service]
|
|
SyslogIdentifier=nebula
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
ExecStart=/usr/local/bin/nebula -config /etc/nebula/config.yml
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|