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
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
||||
TimeoutStartSec=60
|
||||
User=root
|
||||
StandardOutput=null
|
||||
StandardError=null
|
||||
|
||||
Reference in New Issue
Block a user