mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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
|
||||
# TimeoutStartSec=infinity
|
||||
# TimeoutStopSec=10
|
||||
# 2020-10-03: Kolibri was timing out on RaspiOS & Ubuntu 20 NUC: iiab/iiab#2555
|
||||
TimeoutStartSec=1200
|
||||
ExecStart={{ kolibri_exec_path }} start
|
||||
ExecStop={{ kolibri_exec_path }} stop
|
||||
|
||||
|
|
Loading…
Reference in a new issue