nebula/dist/fedora/nebula.service

15 lines
382 B
SYSTEMD
Raw Normal View History

2021-03-18 13:33:43 -06:00
[Unit]
Description=Nebula overlay networking tool
Wants=basic.target network-online.target nss-lookup.target time-sync.target
2021-03-18 13:33:43 -06:00
After=basic.target network.target network-online.target
Before=sshd.service
[Service]
SyslogIdentifier=nebula
2021-03-18 13:33:43 -06:00
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/usr/bin/nebula -config /etc/nebula/config.yml
Restart=always
[Install]
WantedBy=multi-user.target