Skip to content
Snippets Groups Projects
Commit cc47ed1f authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Move reload_daemon startup later after stuff it depends on is running

(like stated).
parent 6a0a2e96
No related branches found
No related tags found
No related merge requests found
......@@ -36,11 +36,6 @@ case "$1" in
@prefix@/etc/capture.rc
fi
if [ -x @prefix@/sbin/reload_daemon ]; then
echo -n " reloadd"
@prefix@/sbin/reload_daemon
fi
if [ -x @prefix@/sbin/lastlog_daemon ]; then
echo -n " lastlogd"
@prefix@/sbin/lastlog_daemon
......@@ -71,6 +66,11 @@ case "$1" in
@prefix@/sbin/sslxmlrpc_server.py
fi
if [ -x @prefix@/sbin/reload_daemon ]; then
echo -n " reloadd"
@prefix@/sbin/reload_daemon
fi
#
# Could trigger experiment creation, so make sure everything
# else is setup first; i.e., run this last!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment