mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1936 from jvonau/1923
Kolibri systemd unit file...solves its failure-to-start on RPi 3 B+ especially? #1932
This commit is contained in:
commit
9639f36ba0
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ Environment=KOLIBRI_HTTP_PORT={{ kolibri_http_port }}
|
||||||
Environment=KOLIBRI_URL_PATH_PREFIX={{ kolibri_url }}
|
Environment=KOLIBRI_URL_PATH_PREFIX={{ kolibri_url }}
|
||||||
User={{ kolibri_user }}
|
User={{ kolibri_user }}
|
||||||
Group={{ apache_user }}
|
Group={{ apache_user }}
|
||||||
|
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