Fix sessions with sddm.

This commit is contained in:
Karn Kallio 2017-02-12 19:09:24 -04:00 committed by Benjamin Staffin
parent 939c846ae7
commit 8a1fcaf5bd

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" "$@"