summaryrefslogtreecommitdiffstats
path: root/core/modules/ldm/data/etc/systemd/system/lightdm.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/ldm/data/etc/systemd/system/lightdm.service')
-rw-r--r--core/modules/ldm/data/etc/systemd/system/lightdm.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/modules/ldm/data/etc/systemd/system/lightdm.service b/core/modules/ldm/data/etc/systemd/system/lightdm.service
new file mode 100644
index 00000000..99911bff
--- /dev/null
+++ b/core/modules/ldm/data/etc/systemd/system/lightdm.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=LightDM Display Manager
+Requires=dev-tty7.device
+After=dev-tty7.device systemd-user-sessions.service
+
+[Service]
+ExecStart=/sbin/lightdm
+
+[Install]
+WantedBy=graphical.target