~yolanda.robla/ubuntu/trusty/memcached/add_distribution

« back to all changes in this revision

Viewing changes to scripts/memcached-init

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2010-05-12 11:41:22 UTC
  • mto: (3.3.3 squeeze) (1.1.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20100512114122-wpynzm9kb1irw1um
Import upstream version 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#
10
10
# Version:  @(#)skeleton  1.9  26-Feb-2001  miquels@cistron.nl
11
11
#
 
12
### BEGIN INIT INFO
 
13
# Provides:          memcached
 
14
# Required-Start:    $syslog
 
15
# Required-Stop:     $syslog
 
16
# Default-Start:     2 3 4 5
 
17
# Default-Stop:      0 1 6
 
18
# Short-Description: Start memcached daemon at boot time
 
19
# Description:       Enable memcached server
 
20
### END INIT INFO
 
21
 
12
22
 
13
23
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
14
24
DAEMON=/usr/bin/memcached