aports/testing/gearmand/gearmand.initd
Aaron Hurt 1d12b9eb04 testing/gearmand: new aport
http://gearman.org
A distributed job queue
2016-06-17 02:03:46 +02:00

17 lines
301 B
Bash

#!/sbin/openrc-run
name="gearmand"
description="Gearman server"
command="/usr/sbin/gearmand"
command_args="-d $gearmand_opts"
command_background="yes"
pidfile="/run/${RC_SVCNAME}.pid"
start_stop_daemon_args="--user=$gearmand_user:$gearmand_group"
depend() {
need net localmount
after firewall
}