0
0
Fork 0
mirror of https://github.com/slackhq/nebula.git synced 2025-02-11 16:28:50 +00:00
slackhq_nebula/examples/quickstart-vagrant/ansible/roles/nebula/files/systemd.nebula.service

13 lines
265 B
Desktop File

[Unit]
Description=nebula
Wants=basic.target
After=basic.target network.target
[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