From 06160b974a4b3bd26b422d2eadbb92ecd629707a Mon Sep 17 00:00:00 2001 From: n0mad1k Date: Mon, 23 Mar 2026 10:30:34 -0400 Subject: [PATCH] Add TimeoutStartSec=60 to core service to allow time for PID file write after module init --- services/bigbrother-core.service | 1 + 1 file changed, 1 insertion(+) diff --git a/services/bigbrother-core.service b/services/bigbrother-core.service index cdb773e..0213dd4 100644 --- a/services/bigbrother-core.service +++ b/services/bigbrother-core.service @@ -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