2018-07-15 17:36:05 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Kolibri
|
|
|
|
|
|
|
|
[Service]
|
2018-07-17 16:08:50 +00:00
|
|
|
Type=forking
|
2018-07-15 17:36:05 +00:00
|
|
|
RemainAfterExit=yes
|
|
|
|
Environment=KOLIBRI_USER={{ kolibri_user }}
|
|
|
|
Environment=KOLIBRI_HOME={{ kolibri_home }}
|
|
|
|
Environment=KOLIBRI_HTTP_PORT={{ kolibri_http_port }}
|
2019-01-16 11:48:30 +00:00
|
|
|
Environment=KOLIBRI_URL_PATH_PREFIX={{ kolibri_url }}
|
2018-07-15 17:36:05 +00:00
|
|
|
User={{ kolibri_user }}
|
|
|
|
Group={{ apache_user }}
|
|
|
|
ExecStart={{ kolibri_exec_path }} start
|
|
|
|
ExecStop={{ kolibri_exec_path }} stop
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|