Skip to content

Commit

Permalink
Merge pull request #31 from endlessm/pass-kolibri-debug
Browse files Browse the repository at this point in the history
Pass KOLIBRI_DEBUG through daemon script
  • Loading branch information
dylanmccall committed Nov 11, 2023
2 parents f8645cf + 1c4a22c commit e0c6ae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eos-kolibri-daemon.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/bin/sh

: "${KOLIBRI_HOME:=@KOLIBRI_DATA_DIR@}"
: "${KOLIBRI_DEBUG:=false}"

exec flatpak run \
--no-desktop \
--env=KOLIBRI_HOME="${KOLIBRI_HOME}" \
--env=KOLIBRI_DEBUG="${KOLIBRI_DEBUG}" \
--filesystem="${KOLIBRI_HOME}" \
--system-own-name=@KOLIBRI_DAEMON_SERVICE@ \
--system-talk-name=org.freedesktop.Accounts \
Expand Down

0 comments on commit e0c6ae1

Please sign in to comment.