iso-profiles/manjaro/gnome/desktop-overlay/etc/gdm/PostLogin/Default
Chrysostomus 543ebadd6f Create Default (#63)
Kill the gdm user processess IF autologin is not enabled
2017-05-29 20:39:00 +02:00

2 lines
90 B
Bash

#!/bin/sh
grep -q "^AutomaticLoginEnable=True" /etc/gdm/custom.conf || pkill -KILL -u gdm