Merge pull request #22723 from benley/fix-sessions-with-sddm

Fix sessions with sddm.
This commit is contained in:
Graham Christensen 2017-02-12 19:01:15 -05:00 committed by GitHub
commit 84d4e4277c

View file

@ -32,6 +32,9 @@ let
''
#! ${pkgs.bash}/bin/bash
# Handle being called by SDDM.
if test "''${1:0:1}" = / ; then eval exec $1 $2 ; fi
${optionalString cfg.displayManager.logToJournal ''
if [ -z "$_DID_SYSTEMD_CAT" ]; then
_DID_SYSTEMD_CAT=1 exec ${config.systemd.package}/bin/systemd-cat -t xsession -- "$0" "$@"