summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2009-10-28 23:13:00 -0700
committerTrond Norbye <Trond.Norbye@sun.com>2009-10-29 14:11:37 +0100
commit4bfc1ebf955a03ee6e87d539912c5018367dc860 (patch)
treeae6e3bfd7642439c0a69a788fe1b84776fc58ff1 /scripts
parentd7b4103a6b695c2aa541323394da7c9d9b7cac78 (diff)
downloadmemcached-4bfc1ebf955a03ee6e87d539912c5018367dc860.tar.gz
Add LSB section to memcached-init script. bug54
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/memcached-init10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/memcached-init b/scripts/memcached-init
index 9c52ccc..1ee7118 100755
--- a/scripts/memcached-init
+++ b/scripts/memcached-init
@@ -9,6 +9,16 @@
#
# Version: @(#)skeleton 1.9 26-Feb-2001 miquels@cistron.nl
#
+### BEGIN INIT INFO
+# Provides: memcached
+# Required-Start: $syslog
+# Required-Stop: $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Start memcached daemon at boot time
+# Description: Enable memcached server
+### END INIT INFO
+
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/bin/memcached