maybe chmod 0644 'conf.d/snmptrapd'
maybe chmod 0644 'conf.d/sntp'
maybe chmod 0644 'conf.d/sshd'
+maybe chmod 0644 'conf.d/supervisord'
maybe chmod 0644 'conf.d/svnserve'
maybe chmod 0644 'conf.d/tcollector'
maybe chmod 0644 'conf.d/tmpfiles'
maybe chmod 0755 'init.d/snmptrapd'
maybe chmod 0755 'init.d/sntp'
maybe chmod 0755 'init.d/sshd'
+maybe chmod 0755 'init.d/supervisord'
maybe chmod 0755 'init.d/svnserve'
maybe chmod 0755 'init.d/swap'
maybe chmod 0755 'init.d/swapfiles'
--- /dev/null
+#!/sbin/runscript
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"