[Lunar-commits] <moonbase> lxdm: added systemd service file

Jean-Michel Bruenn wdp at lunar-linux.org
Mon Aug 15 20:50:05 CEST 2011


commit 6be39b2bca4b16d7a02282d4970a99ec896fbac7
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date:   Mon Aug 15 20:50:05 2011 +0200

    lxdm: added systemd service file
---
 lxde/lxdm/systemd.d/lxdm.service |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/lxde/lxdm/systemd.d/lxdm.service b/lxde/lxdm/systemd.d/lxdm.service
new file mode 100644
index 0000000..308743f
--- /dev/null
+++ b/lxde/lxdm/systemd.d/lxdm.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=LXDE Display Manager
+Requires=dev-tty7.device
+After=dev-tty7.device systemd-user-sessions.service
+
+[Service]
+ExecStart=/usr/sbin/lxdm
+StandardOutput=syslog
+
+[Install]
+WantedBy=graphical.target


More information about the Lunar-commits mailing list