summaryrefslogtreecommitdiffstats
path: root/lxde
diff options
context:
space:
mode:
authorFlorian Franzmann2010-11-27 11:33:47 +0100
committerFlorian Franzmann2010-11-27 11:33:47 +0100
commit273557d80e47eba57e16f2efa13ee23401298332 (patch)
tree0fc137c32e857d29ca9be0d674816b371fef0a7f /lxde
parent4d4bde1b3e2308eada361390118b490cfb9e3299 (diff)
lxde/lxdm: added init.d script
Diffstat (limited to 'lxde')
-rw-r--r--lxde/lxdm/HISTORY1
-rwxr-xr-xlxde/lxdm/init.d/lxdm8
2 files changed, 9 insertions, 0 deletions
diff --git a/lxde/lxdm/HISTORY b/lxde/lxdm/HISTORY
index 34166c8935..bd4ef684b8 100644
--- a/lxde/lxdm/HISTORY
+++ b/lxde/lxdm/HISTORY
@@ -2,6 +2,7 @@
* DETAILS: version 0.3.0
* lxdm-pam.patch, PRE_BUILD: added patch to fix compile error
if linux-pam is not installed
+ * init.d/lxdm: added init.d script
2010-07-13 Arjan Bouter <abouter@sourcemage.org>
* BUILD, CONFIGURE, DETAILS, DEPENDS: spell created
diff --git a/lxde/lxdm/init.d/lxdm b/lxde/lxdm/init.d/lxdm
new file mode 100755
index 0000000000..2bd21675b1
--- /dev/null
+++ b/lxde/lxdm/init.d/lxdm
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+PROGRAM=/usr/sbin/lxdm-binary
+ARGS=-d
+RUNLEVEL=5
+PROVIDES=display_manager
+
+. /etc/init.d/smgl_init