[Lunar-commits] <moonbase-kde> kdelibs: Adjusting the kdm.service to work with our version of systemd.

Dennis Veatch stumbles at lunar-linux.org
Tue Jul 10 17:34:38 CEST 2012


commit 18b723a440b580c8ec50a197a0e3f9075cf46d52
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Tue, 10 Jul 2012 08:34:38 -0700
URL: https://github.com/lunar-linux/moonbase-kde/commit/18b723a440b580c8ec50a197a0e3f9075cf46d52

kdelibs: Adjusting the kdm.service to work with our version of systemd.
---
  base/kdelibs/systemd.d/kdm.service                           +5/-5     
  1 files changed, 5 insertions (+), 5 deletions (-)

--- a/base/kdelibs/systemd.d/kdm.service
+++ b/base/kdelibs/systemd.d/kdm.service
@@ -1,9 +1,9 @@
 [Unit]
 Description=K Display Manager
-Requires=dev-tty7.device
-After=dev-tty7.device systemd-user-sessions.service
+After=systemd-user-sessions.service
+
 [Service]
-ExecStart=/usr/bin/kdm -nodaemon tty7
-StandardOutput=syslog
+ExecStart=/usr/bin/kdm -nodaemon
+
 [Install]
-WantedBy=graphical.target
+Alias=display-manager.service




More information about the Lunar-commits mailing list