Skip to content

Instantly share code, notes, and snippets.

View mbopp's full-sized avatar

Michael Bopp mbopp

View GitHub Profile
@mbopp
mbopp / etc:init.d:memcache
Created July 9, 2013 13:14
Multi Instance Configuration for Memcache
#! /bin/bash
### BEGIN INIT INFO
# Provides: memcached
# Required-Start: $syslog
# Required-Stop: $syslog
# Should-Start: $local_fs
# Should-Stop: $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: memcached - Memory caching daemon