mirror of
https://github.com/slackhq/nebula.git
synced 2025-04-15 09:54:11 +00:00
Start nebula after the network is up (#270)
This commit is contained in:
parent
25964b54f6
commit
7b3f23d9a1
1 changed files with 2 additions and 2 deletions
4
dist/arch/nebula.service
vendored
4
dist/arch/nebula.service
vendored
|
@ -1,7 +1,7 @@
|
|||
[Unit]
|
||||
Description=nebula
|
||||
Wants=basic.target
|
||||
After=basic.target network.target
|
||||
Wants=basic.target network-online.target
|
||||
After=basic.target network.target network-online.target
|
||||
|
||||
[Service]
|
||||
SyslogIdentifier=nebula
|
||||
|
|
Loading…
Add table
Reference in a new issue