mirror of https://github.com/slackhq/nebula.git
17 lines
418 B
SYSTEMD
17 lines
418 B
SYSTEMD
[Unit]
|
|
Description=Nebula overlay networking tool
|
|
Wants=basic.target network-online.target nss-lookup.target time-sync.target
|
|
After=basic.target network.target network-online.target
|
|
Before=sshd.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=main
|
|
SyslogIdentifier=nebula
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
ExecStart=/usr/local/bin/nebula -config /etc/nebula/config.yml
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|