Browse Source

fix daemon startup with longer wait

0xdcarns 2 years ago
parent
commit
cc7ad80f2d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      netclient/daemon/systemd.go

+ 1 - 0
netclient/daemon/systemd.go

@@ -51,6 +51,7 @@ Wants=network-online.target
 [Service]
 User=root
 Type=simple
+ExecStartPre=/bin/sleep 17
 ExecStart=/sbin/netclient daemon
 Restart=on-failure
 RestartSec=15s