Update PAM/service

This commit is contained in:
Kenny Levinsen
2019-09-13 02:03:41 +02:00
parent 331bcb9ae1
commit 381946f07c
2 changed files with 7 additions and 1 deletions

View File

@@ -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
View File

@@ -0,0 +1,5 @@
#%PAM-1.0
auth sufficient pam_rootok.so
account sufficient pam_rootok.so
session include system-login