Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
cc47ed1f
Commit
cc47ed1f
authored
Nov 16, 2004
by
Leigh B. Stoller
Browse files
Move reload_daemon startup later after stuff it depends on is running
(like stated).
parent
6a0a2e96
Changes
1
Hide whitespace changes
Inline
Side-by-side
rc.d/3.testbed.sh.in
View file @
cc47ed1f
...
...
@@ -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!
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment