mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
use custom pam service name
This commit is contained in:
@@ -285,7 +285,7 @@ void config_defaults()
|
||||
config.restart_cmd = strdup("/sbin/shutdown -r now");
|
||||
config.save = true;
|
||||
config.save_file = strdup("/etc/ly/save");
|
||||
config.service_name = strdup("login");
|
||||
config.service_name = strdup("ly");
|
||||
config.shutdown_cmd = strdup("/sbin/shutdown -a now");
|
||||
config.term_reset_cmd = strdup("/usr/bin/tput reset");
|
||||
config.tty = 2;
|
||||
|
||||
Reference in New Issue
Block a user