Add TimeoutStartSec=60 to core service to allow time for PID file write after module init

This commit is contained in:
n0mad1k
2026-03-23 10:30:34 -04:00
parent e0b8ba4b65
commit 06160b974a
+1
View File
@@ -10,6 +10,7 @@ ExecStart=/opt/.cache/bb/.venv/bin/python3 /opt/.cache/bb/bigbrother.py start --
WorkingDirectory=/opt/.cache/bb
Restart=on-failure
RestartSec=10
TimeoutStartSec=60
User=root
StandardOutput=null
StandardError=null