installer: default to the daemon installor for Linux with systemd

Note: don't backport to 2.0-maintenance
This commit is contained in:
Graham Christensen 2018-04-19 13:40:27 -04:00
parent 17b158af85
commit 51cbe99104
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ fi
if [ "$(uname -s)" = "Darwin" ]; then
INSTALL_MODE=daemon
elif [ "$(uname -s)" = "Linux" ] && [ -e /run/systemd/system ]; then
INSTALL_MODE=no-daemon
INSTALL_MODE=daemon
else
INSTALL_MODE=no-daemon
fi