summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxdm/lxdm/lxdm.service
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-10-17 19:02:39 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2012-10-18 20:32:58 +0200
commit39a5d0424eb6b506f4f9ce4eb8c49e04093d5221 (patch)
tree53fb427055ed03080302ad3fe901675579d5cb94 /recipes-lxde/lxdm/lxdm/lxdm.service
parentb86532e03bf534caf827088b75c34aa6aec12938 (diff)
lxdm: start it as a systemd service
Diffstat (limited to 'recipes-lxde/lxdm/lxdm/lxdm.service')
-rw-r--r--recipes-lxde/lxdm/lxdm/lxdm.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-lxde/lxdm/lxdm/lxdm.service b/recipes-lxde/lxdm/lxdm/lxdm.service
new file mode 100644
index 0000000..b01c27d
--- /dev/null
+++ b/recipes-lxde/lxdm/lxdm/lxdm.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=LXDM Display Manager
+After=systemd-user-sessions.service
+
+[Service]
+ExecStart=/usr/sbin/lxdm
+StandardOutput=syslog
+
+[Install]
+Alias=display-manager.service