1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

Comment out both kolibri.service timeout settings

This commit is contained in:
A Holt 2020-04-18 11:34:19 -04:00 committed by GitHub
parent 751ac948cb
commit 6cb7a4a88d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,10 @@ Environment=KOLIBRI_HTTP_PORT={{ kolibri_http_port }}
Environment=KOLIBRI_URL_PATH_PREFIX={{ kolibri_url_without_slash }}
User={{ kolibri_user }}
Group={{ apache_user }}
TimeoutStartSec=infinity
TimeoutStopSec=10
# 2020-04-18 @jvonau: comment out both timeouts for now, in favor of 90 seconds
# or whatever systemd / Kolibri favor? https://github.com/iiab/iiab/issues/2318
# TimeoutStartSec=infinity
# TimeoutStopSec=10
ExecStart={{ kolibri_exec_path }} start
ExecStop={{ kolibri_exec_path }} stop