forked from lix-project/lix
installer: default to the daemon installor for Linux with systemd
Note: don't backport to 2.0-maintenance
This commit is contained in:
parent
17b158af85
commit
51cbe99104
|
@ -34,7 +34,7 @@ fi
|
||||||
if [ "$(uname -s)" = "Darwin" ]; then
|
if [ "$(uname -s)" = "Darwin" ]; then
|
||||||
INSTALL_MODE=daemon
|
INSTALL_MODE=daemon
|
||||||
elif [ "$(uname -s)" = "Linux" ] && [ -e /run/systemd/system ]; then
|
elif [ "$(uname -s)" = "Linux" ] && [ -e /run/systemd/system ]; then
|
||||||
INSTALL_MODE=no-daemon
|
INSTALL_MODE=daemon
|
||||||
else
|
else
|
||||||
INSTALL_MODE=no-daemon
|
INSTALL_MODE=no-daemon
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue