summaryrefslogtreecommitdiff
path: root/community/lightdm/lightdm.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/lightdm/lightdm.service')
-rwxr-xr-xcommunity/lightdm/lightdm.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/lightdm/lightdm.service b/community/lightdm/lightdm.service
new file mode 100755
index 000000000..7eb46ceba
--- /dev/null
+++ b/community/lightdm/lightdm.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Light Display Manager
+Documentation=man:lightdm(1)
+After=systemd-user-sessions.service
+
+[Service]
+ExecStart=/usr/sbin/lightdm
+StandardOutput=syslog
+Restart=always
+IgnoreSIGPIPE=no
+BusName=org.freedesktop.DisplayManager
+
+[Install]
+Alias=display-manager.service