entrance: oops forget to add entrance.conf.in

This commit is contained in:
Michael Bouchaud 2014-05-05 22:37:44 +00:00
parent 79b110aa3a
commit 0458a9a0b6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ group "Entrance_Config" struct {
/* Commands executed before starting a session */
value "session_start" string: "/usr/bin/sessreg -a -l :0.0";
/* Commands executed to launch a session */
value "session_login" string: "@sysconfdir@/entrance/Xsession";
value "session_login" string: "@SYSCONFDIR@/entrance/Xsession";
/* Commands executed when exiting a session */
value "session_stop" string: "/usr/bin/sessreg -d -l :0.0";