mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
17 lines
377 B
Text
17 lines
377 B
Text
|
[Unit]
|
||
|
Description=Kolibri
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
Environment=KOLIBRI_USER={{ kolibri_user }}
|
||
|
Environment=KOLIBRI_HOME={{ kolibri_home }}
|
||
|
Environment=KOLIBRI_HTTP_PORT={{ kolibri_http_port }}
|
||
|
User={{ kolibri_user }}
|
||
|
Group={{ apache_user }}
|
||
|
ExecStart={{ kolibri_exec_path }} start
|
||
|
ExecStop={{ kolibri_exec_path }} stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|