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:
j1nx 2021-05-03 20:43:55 +02:00
parent 983089ceaf
commit 5150f3da34
1 changed files with 1 additions and 1 deletions

View File

@ -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