Update PAM/service
This commit is contained in:
@@ -5,8 +5,9 @@ After=getty@tty2.service
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/usr/local/bin/greetd --vt=2 --greeter=dlm2 --greeteruser=greetd
|
||||
ExecStart=/usr/local/bin/greetd --vt=2 --greeter=dlm --greeteruser=greeter
|
||||
StandardInput=tty
|
||||
StandardError=syslog
|
||||
TTYPath=/dev/tty2
|
||||
TTYReset=yes
|
||||
TTYVHangup=yes
|
||||
|
5
greeter.pam
Normal file
5
greeter.pam
Normal file
@@ -0,0 +1,5 @@
|
||||
#%PAM-1.0
|
||||
|
||||
auth sufficient pam_rootok.so
|
||||
account sufficient pam_rootok.so
|
||||
session include system-login
|
Reference in New Issue
Block a user