mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-11 17:30:46 +01:00
Increase the systemd timeout for the mycroft-skills.service
The READY is only send after all skills are fully installed and loaded instead of when the actual service is up and running. This will bite us at the very first run, when the default skills still needs to be downloaded an installed.
This commit is contained in:
parent
983089ceaf
commit
5150f3da34
@ -13,7 +13,7 @@ Environment=PYTHONUNBUFFERED=1
|
||||
ExecStart=/home/mycroft/.local/share/systemd/mycroft-systemd_skills.py
|
||||
StandardOutput=append:/var/log/mycroft/skills.log
|
||||
StandardError=file:/var/log/mycroft/skills.error.log
|
||||
TimeoutStartSec=1m
|
||||
TimeoutStartSec=10m
|
||||
TimeoutStopSec=1m
|
||||
Restart=on-failure
|
||||
StartLimitInterval=5min
|
||||
|
Loading…
x
Reference in New Issue
Block a user