19 lines
566 B
Diff
19 lines
566 B
Diff
--- a/services/sddm.service.in
|
|
+++ b/services/sddm.service.in
|
|
@@ -1,12 +1,13 @@
|
|
[Unit]
|
|
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 systemd-logind.service
|
|
+After=systemd-user-sessions.service getty@tty1.service systemd-logind.service
|
|
|
|
[Service]
|
|
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/sddm
|
|
Restart=always
|
|
+StandardOutput=syslog
|
|
+BusName=org.freedesktop.DisplayManager
|
|
|
|
[Install]
|
|
Alias=display-manager.service
|