mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-08 12:56:16 +08:00
fix daemon startup with longer wait
This commit is contained in:
parent
68992322ec
commit
cc7ad80f2d
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ Wants=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
User=root
|
User=root
|
||||||
Type=simple
|
Type=simple
|
||||||
|
ExecStartPre=/bin/sleep 17
|
||||||
ExecStart=/sbin/netclient daemon
|
ExecStart=/sbin/netclient daemon
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=15s
|
RestartSec=15s
|
||||||
|
|
Loading…
Add table
Reference in a new issue