Skip to content

Commit

Permalink
Fix race between sddm and logind
Browse files Browse the repository at this point in the history
Make sure sddm is run after logind.
An explicit dependency will make sddm run after logind every time.

Closes: #978
  • Loading branch information
plfiorini committed Feb 26, 2018
1 parent e90998b commit fca8c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/sddm.service.in
Expand Up @@ -2,7 +2,7 @@
Description=Simple Desktop Display Manager
Documentation=man:sddm(1) man:sddm.conf(5)
Conflicts=getty@tty1.service
After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service systemd-logind.service

[Service]
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/sddm
Expand Down

0 comments on commit fca8c80

Please sign in to comment.