mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Fix Kolibri timeout on Start: 90 -> 1200 seconds
This commit is contained in:
parent
1bbaa22f6c
commit
90efb1a519
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ Group={{ apache_user }}
|
||||||
# or whatever systemd / Kolibri favor? https://github.com/iiab/iiab/issues/2318
|
# or whatever systemd / Kolibri favor? https://github.com/iiab/iiab/issues/2318
|
||||||
# TimeoutStartSec=infinity
|
# TimeoutStartSec=infinity
|
||||||
# TimeoutStopSec=10
|
# TimeoutStopSec=10
|
||||||
|
# 2020-10-03: Kolibri was timing out on RaspiOS & Ubuntu 20 NUC: iiab/iiab#2555
|
||||||
|
TimeoutStartSec=1200
|
||||||
ExecStart={{ kolibri_exec_path }} start
|
ExecStart={{ kolibri_exec_path }} start
|
||||||
ExecStop={{ kolibri_exec_path }} stop
|
ExecStop={{ kolibri_exec_path }} stop
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue