mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-08 20:33:58 +01:00
16 lines
348 B
Desktop File
16 lines
348 B
Desktop File
[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
|