forked from mirrors/nixpkgs
lightdm: don't leave a shell running
This commit is contained in:
parent
264c6892f2
commit
4f317767da
|
@ -97,7 +97,7 @@ in
|
|||
# lightdm relaunches itself via just `lightdm`, so needs to be on the PATH
|
||||
execCmd = ''
|
||||
export PATH=${lightdm}/sbin:$PATH
|
||||
${lightdm}/sbin/lightdm --log-dir=/var/log --run-dir=/run --config=${lightdmConf}
|
||||
exec ${lightdm}/sbin/lightdm --log-dir=/var/log --run-dir=/run --config=${lightdmConf}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue