mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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 }}
|
||||
User={{ kolibri_user }}
|
||||
Group={{ apache_user }}
|
||||
TimeoutStartSec=infinity
|
||||
TimeoutStopSec=10
|
||||
ExecStart={{ kolibri_exec_path }} start
|
||||
ExecStop={{ kolibri_exec_path }} stop
|
||||
|
||||
|
|
Loading…
Reference in a new issue