nebula/examples/service_scripts/nebula.service

17 lines
418 B
SYSTEMD
Raw Normal View History

2019-11-19 10:00:20 -07:00
[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
2019-11-19 10:00:20 -07:00
[Service]
Type=notify
NotifyAccess=main
2019-11-19 10:00:20 -07:00
SyslogIdentifier=nebula
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/usr/local/bin/nebula -config /etc/nebula/config.yml
Restart=always
[Install]
WantedBy=multi-user.target