mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-11 20:33:57 +01:00
Start nebula after the network is up (#270)
This commit is contained in:
parent
25964b54f6
commit
7b3f23d9a1
4
dist/arch/nebula.service
vendored
4
dist/arch/nebula.service
vendored
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=nebula
|
Description=nebula
|
||||||
Wants=basic.target
|
Wants=basic.target network-online.target
|
||||||
After=basic.target network.target
|
After=basic.target network.target network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
SyslogIdentifier=nebula
|
SyslogIdentifier=nebula
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user