Create Default (#63)

Kill the gdm user processess IF autologin is not enabled
This commit is contained in:
Chrysostomus 2017-05-29 21:39:00 +03:00 committed by artoo
parent f24e149d12
commit 543ebadd6f
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
grep -q "^AutomaticLoginEnable=True" /etc/gdm/custom.conf || pkill -KILL -u gdm