]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Add an upstart script
authorRobert Ancell <robert.ancell@gmail.com>
Mon, 23 Aug 2010 06:23:33 +0000 (16:23 +1000)
committerRobert Ancell <robert.ancell@gmail.com>
Mon, 23 Aug 2010 06:23:33 +0000 (16:23 +1000)
NEWS
configure.ac
data/Makefile.am
data/init/Makefile.am [new file with mode: 0644]
data/init/lightdm.conf [new file with mode: 0644]

diff --git a/NEWS b/NEWS
index c7d359939e68c5e4bc78133f84c4f173fbaed6d7..600d9806e921dd7c380089df11594dc62d602f06 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ Overview of changes in lightdm 0.1.2
     * Write PID file
     * Make user switcher API work
     * Feed signals to GLib main loop via a pipe
+    * Add an upstart script
 
 Overview of changes in lightdm 0.1.1
 
index 2739c2e1ec3936f78c68ab44923c6963f5421a32..66f91e391a0df9be60ae838ef571ac786c7a228b 100644 (file)
@@ -211,6 +211,7 @@ AC_OUTPUT([
 Makefile
 data/org.freedesktop.LightDisplayManager.conf
 data/Makefile
+data/init/Makefile
 doc/Makefile
 greeters/Makefile
 libldmgreeter/libldmgreeter-1.pc
index 3425b71b94c070441dd5db57c33981bd22ce548f..2ed54dc7bee6f03cd710ab4d578b21f578b96cf9 100644 (file)
@@ -1,3 +1,5 @@
+SUBDIRS = init
+
 confdir = $(sysconfdir)
 conf_DATA = lightdm.conf
 
diff --git a/data/init/Makefile.am b/data/init/Makefile.am
new file mode 100644 (file)
index 0000000..7c11da2
--- /dev/null
@@ -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 (file)
index 0000000..74e850c
--- /dev/null
@@ -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