mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #918 from holta/kolibri-systemd-cleanup
Fixes #917 [Kolibri systemd service says “active (exited)” instead of “active (running)”]
This commit is contained in:
commit
311f5a5352
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
Description=Kolibri
|
Description=Kolibri
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=forking
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
Environment=KOLIBRI_USER={{ kolibri_user }}
|
Environment=KOLIBRI_USER={{ kolibri_user }}
|
||||||
Environment=KOLIBRI_HOME={{ kolibri_home }}
|
Environment=KOLIBRI_HOME={{ kolibri_home }}
|
||||||
|
|
Loading…
Reference in a new issue