mirror of
https://github.com/slackhq/nebula.git
synced 2025-01-26 18:08:49 +00:00
3ae242fa5f
* Add nss-lookup to the systemd wants to ensure DNS is running before starting nebula * Add Ansible & example service scripts * Fix #797 * Align Ansible scripts and examples Co-authored-by: John Maguire <contact@johnmaguire.me>
13 lines
362 B
Desktop File
13 lines
362 B
Desktop File
[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
|
|
|
|
[Service]
|
|
SyslogIdentifier=nebula
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
ExecStart=/usr/bin/nebula -config /etc/nebula/config.yml
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|