mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-30 18:48:28 +01:00
Add nss-lookup to the systemd wants (#791)
* 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>
This commit is contained in:
committed by
GitHub
parent
cb2ec861ea
commit
3ae242fa5f
4
dist/arch/nebula.service
vendored
4
dist/arch/nebula.service
vendored
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=nebula
|
||||
Wants=basic.target network-online.target
|
||||
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]
|
||||
|
||||
Reference in New Issue
Block a user