mirror of
https://github.com/slackhq/nebula.git
synced 2025-02-05 14:09:40 +00:00
15 lines
346 B
Desktop File
15 lines
346 B
Desktop File
[Unit]
|
|
Description=nebula
|
|
Wants=basic.target network-online.target
|
|
After=basic.target network.target network-online.target
|
|
|
|
[Service]
|
|
SyslogIdentifier=nebula
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
ExecStart=/usr/bin/nebula -config /etc/nebula/config.yml
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|