mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-31 11:08:28 +01:00
Start nebula after the network is up (#270)
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user