use custom pam service name

This commit is contained in:
nullgemm
2020-04-05 11:51:41 +02:00
parent 4a7c82e3e3
commit 8493c5a8ad
4 changed files with 12 additions and 3 deletions

View File

@@ -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;