summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@posteo.net>2018-11-05 18:31:35 +0000
committerMichael Catanzaro <mcatanzaro@posteo.net>2018-11-05 18:31:35 +0000
commit762b312bb98d31bd036fbcc8d61e53d5b1298d65 (patch)
tree21b6244a2c017bba3a631b9fea8715422174759f /data
parentb6c95cbe48087160609d9203fb9d5f34872c29ac (diff)
downloadgdm-762b312bb98d31bd036fbcc8d61e53d5b1298d65.tar.gz
Launch systemd service with KeyringMode=shared
This allows gdm to pass the LUKS password through to PAM. The login keyring will now be unlocked automatically if autologin is enabled!
Diffstat (limited to 'data')
-rw-r--r--data/gdm.service.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/gdm.service.in b/data/gdm.service.in
index 72201c1f..377e20a8 100644
--- a/data/gdm.service.in
+++ b/data/gdm.service.in
@@ -28,7 +28,8 @@ BusName=org.gnome.DisplayManager
StandardOutput=syslog
StandardError=inherit
EnvironmentFile=-@LANG_CONFIG_FILE@
-ExecReload=/bin/kill -SIGHUP $MAINPID
+ExecReload=/bin/kill -SIGHUP $MAINPI
+KeyringMode=shared
[Install]
Alias=display-manager.service