summaryrefslogtreecommitdiff
path: root/data/init
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@gmail.com>2010-08-23 16:23:33 +1000
committerRobert Ancell <robert.ancell@gmail.com>2010-08-23 16:23:33 +1000
commit8279b9f4a4f286a441692ab90ce6d6becd8c044c (patch)
tree9fc30dddc1642c502750c01228a2aa5550fb1a51 /data/init
parent3a83b965cd295c8b5b22e38a18e0e160a9fa9c6f (diff)
downloadlightdm-git-8279b9f4a4f286a441692ab90ce6d6becd8c044c.tar.gz
Add an upstart script
Diffstat (limited to 'data/init')
-rw-r--r--data/init/Makefile.am7
-rw-r--r--data/init/lightdm.conf9
2 files changed, 16 insertions, 0 deletions
diff --git a/data/init/Makefile.am b/data/init/Makefile.am
new file mode 100644
index 00000000..7c11da2a
--- /dev/null
+++ b/data/init/Makefile.am
@@ -0,0 +1,7 @@
+initdir = ${sysconfdir}/init
+init_DATA = lightdm.conf
+
+EXTRA_DIST = $(init_DATA)
+
+DISTCLEANFILES = \
+ Makefile.in
diff --git a/data/init/lightdm.conf b/data/init/lightdm.conf
new file mode 100644
index 00000000..74e850cf
--- /dev/null
+++ b/data/init/lightdm.conf
@@ -0,0 +1,9 @@
+# lightdm - LightDM display manager
+#
+# The display manager service manages the X servers running on the
+# system, providing login and auto-login services
+
+description "LightDM Display Manager"
+author "Robert Ancell <robert.ancell@gmail.com>"
+
+exec /usr/bin/lightdm