mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-27 15:51:35 +02:00
use custom pam service name
This commit is contained in:
parent
4a7c82e3e3
commit
8493c5a8ad
4 changed files with 12 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue