mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #2343 from holta/kolibri-systemd-timeouts
Comment out both kolibri.service timeout settings
This commit is contained in:
commit
4531c1362f
1 changed files with 4 additions and 2 deletions
|
@ -10,8 +10,10 @@ Environment=KOLIBRI_HTTP_PORT={{ kolibri_http_port }}
|
||||||
Environment=KOLIBRI_URL_PATH_PREFIX={{ kolibri_url_without_slash }}
|
Environment=KOLIBRI_URL_PATH_PREFIX={{ kolibri_url_without_slash }}
|
||||||
User={{ kolibri_user }}
|
User={{ kolibri_user }}
|
||||||
Group={{ apache_user }}
|
Group={{ apache_user }}
|
||||||
TimeoutStartSec=infinity
|
# 2020-04-18 @jvonau: comment out both timeouts for now, in favor of 90 seconds
|
||||||
TimeoutStopSec=10
|
# or whatever systemd / Kolibri favor? https://github.com/iiab/iiab/issues/2318
|
||||||
|
# TimeoutStartSec=infinity
|
||||||
|
# TimeoutStopSec=10
|
||||||
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