Skip to content

Instantly share code, notes, and snippets.

@dpicky
dpicky / gearmand
Created January 28, 2013 09:45
Gearmand service start/stop script for Amazon AWS.
#! /bin/sh
#
# chkconfig: - 55 45
# description: The gearman daemon is a worker service.
# processname: gearmand
. /etc/init.d/functions
RETVAL=0
prog="gearmand"
pidfile=/var/run/gearmand.pid