0
0
Fork 0
mirror of https://github.com/slackhq/nebula.git synced 2025-03-14 13:12:47 +00:00
slackhq_nebula/examples/service_scripts/nebula.service

15 lines
285 B
SYSTEMD
Raw Normal View History

2019-11-19 17:00:20 +00:00
[Unit]
Description=nebula
Wants=basic.target
After=basic.target network.target
Before=sshd.service
2019-11-19 17:00:20 +00:00
[Service]
SyslogIdentifier=nebula
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/usr/local/bin/nebula -config /etc/nebula/config.yml
Restart=always
[Install]
WantedBy=multi-user.target