Fix bigbrother-core.service: Type=forking + PIDFile for daemon mode

This commit is contained in:
n0mad1k
2026-03-23 07:46:32 -04:00
parent 1433c422ec
commit e0b8ba4b65
+2 -1
View File
@@ -4,7 +4,8 @@ After=network-online.target
Wants=network-online.target
[Service]
Type=simple
Type=forking
PIDFile=/tmp/.bb.pid
ExecStart=/opt/.cache/bb/.venv/bin/python3 /opt/.cache/bb/bigbrother.py start --daemon
WorkingDirectory=/opt/.cache/bb
Restart=on-failure