diff -Naur entrance-0.0.99/data/entrance.conf.in entrance-0.0.99-p/data/entrance.conf.in --- entrance-0.0.99/data/entrance.conf.in 2016-03-07 02:43:24.000000000 +0100 +++ entrance-0.0.99-p/data/entrance.conf.in 2016-03-08 17:12:12.799628516 +0100 @@ -1,15 +1,15 @@ group "Entrance_Config" struct { - value "session_path" string: "/bin:/usr/bin:/usr/local/bin"; + value "session_path" string: "/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin"; /* X server path */ value "xinit_path" string: "/usr/bin/X"; /* X server args */ - value "xinit_args" string: "-nolisten tcp -br vt7"; + value "xinit_args" string: "-nolisten tcp -br vt12"; /* xauth path binary */ value "xauth_path" string: "/usr/bin/xauth"; /* xauth file for server */ - value "xauth_file" string: "/var/run/entrance.auth"; + value "xauth_file" string: "/run/entrance.auth"; /* Commands executed before starting a session */ @@ -21,11 +21,11 @@ /* Commands executed to shutdown */ - value "shutdown" string: "/sbin/shutdown -h now"; + value "shutdown" string: "/bin/systemctl shutdown"; /* Command executed to reboot */ - value "reboot" string: "/sbin/shutdown -r now"; + value "reboot" string: "/bin/systemctl reboot"; /* Command executed to suspend */ - value "suspend" string: "/usr/sbin/pm-suspend"; + value "suspend" string: "/bin/systemctl suspend"; /** Start in daemon mode. This can be overriden by the command line @@ -48,7 +48,7 @@ value "userlogin" string: "myusername"; /* Lock file */ - value "lockfile" string: "/var/run/entrance.pid"; + value "lockfile" string: "/run/entrance.pid"; /* Log file */ value "logfile" string: "/var/log/entrance.log"; @@ -71,5 +71,5 @@ value "virtual_keyboard" uchar: 0; /* the user to log in with */ - value "start_user" string: "nobody"; + value "start_user" string: ""; }