init.d-r1 452 B

12345678910111213
  1. #!/sbin/openrc-run
  2. # Copyright 1999-2013 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. description="client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems"
  5. command="/usr/bin/supervisord"
  6. pidfile="/var/run/supervisord.pid"
  7. command_args="--nodaemon --pidfile ${pidfile} ${SUPD_OPTS}"
  8. command_background="yes"
  9. required_files="/etc/supervisord.conf"