Pushing this init script to upstream, so users that do rely on Red Hat based systems to run the autotest server don't have to write their own scripts. In order to use it, you can just do
cp $AUTOTEST_ROOT/utils/autotest-rh.init /etc/init.d/autotestd chkconfig --add /etc/init.d/autotestd Next step is to write a systemd service file, for usage with systems that do support systemd (Fedora 15 and newer distros). Lucas Meneghel Rodrigues (2): scheduler monitor (monitor_db_babysitter): Add --background option Add a RH-style init script for the autotest scheduler scheduler/babysitter_logging_config.py | 7 ++- scheduler/monitor_db_babysitter | 53 ++++++++++--- utils/autotest-rh.init | 135 ++++++++++++++++++++++++++++++++ 3 files changed, 181 insertions(+), 14 deletions(-) create mode 100644 utils/autotest-rh.init -- 1.7.5.1 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
