You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/supervisor/files/init.d-r1

14 lines
564 B

#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/files/init.d-r1,v 1.1 2013/06/11 07:48:47 dev-zero Exp $
description="client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems"
command="/usr/bin/supervisord"
pidfile="/var/run/supervisord.pid"
command_args="--nodaemon --pidfile ${pidfile} ${SUPD_OPTS}"
command_background="yes"
required_files="/etc/supervisord.conf"