Add TimeoutStartSec=60 to core service to allow time for PID file write after module init
This commit is contained in:
@@ -10,6 +10,7 @@ ExecStart=/opt/.cache/bb/.venv/bin/python3 /opt/.cache/bb/bigbrother.py start --
|
|||||||
WorkingDirectory=/opt/.cache/bb
|
WorkingDirectory=/opt/.cache/bb
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
TimeoutStartSec=60
|
||||||
User=root
|
User=root
|
||||||
StandardOutput=null
|
StandardOutput=null
|
||||||
StandardError=null
|
StandardError=null
|
||||||
|
|||||||
Reference in New Issue
Block a user