summaryrefslogtreecommitdiff
path: root/x11-misc/sddm/files/systemd_service.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-09-13 18:13:57 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-09-13 18:13:57 +0100
commit049ce9f77b70fa5c8e2805919f3b94334287f90d (patch)
tree3cb9563c9ec8c830f9dbc9226af47a8226f3a66c /x11-misc/sddm/files/systemd_service.patch
parentec3ec41a5de4ae5175d2e446b60f75e74a87bb88 (diff)
parentc3afc6443264fa733672723714e0a8eef52c7d9d (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'x11-misc/sddm/files/systemd_service.patch')
-rw-r--r--x11-misc/sddm/files/systemd_service.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-misc/sddm/files/systemd_service.patch b/x11-misc/sddm/files/systemd_service.patch
new file mode 100644
index 00000000..7fc9e3f5
--- /dev/null
+++ b/x11-misc/sddm/files/systemd_service.patch
@@ -0,0 +1,20 @@
+mudler <mudler@sabayonlinux.org>
+--- services/~sddm.service.in 2015-08-31 16:11:52.267460238 +0200
++++ services/sddm.service.in 2015-08-31 16:12:22.497417043 +0200
+@@ -1,13 +1,14 @@
+ [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
++After=systemd-user-sessions.service
+
+ [Service]
+ ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/sddm
+ Restart=always
+ #PrivateTmp=yes
++StandardOutput=syslog
++BusName=org.freedesktop.DisplayManager
+
+ [Install]
+ Alias=display-manager.service