mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02: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:
@ -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
|
||||
|
Reference in New Issue
Block a user