fix: replace network-online.target with NetworkManager.service to avoid 60s+ startup delay
Made-with: Cursor
This commit is contained in:
@@ -181,8 +181,8 @@ cat > "$SERVICE_FILE" <<EOF
|
||||
[Unit]
|
||||
Description=Claw Box Daemon
|
||||
Documentation=https://github.com/stswangzhiping/clawd
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
After=NetworkManager.service
|
||||
Wants=NetworkManager.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
||||
Reference in New Issue
Block a user