Skip to content
GitLab
Menu
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
bb34324d
Commit
bb34324d
authored
Oct 23, 2003
by
Kirk Webb
Browse files
Added lines to startup the three plab daemons:
plabdaemon -v renew plabdaemon -v getfree plabmonitord
parent
defaf5fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
rc.d/3.testbed.sh.in
View file @
bb34324d
...
...
@@ -72,6 +72,19 @@ if [ -x @prefix@/sbin/eventsys_start ]; then
@prefix@/sbin/eventsys_start
fi
if
[
-x
@prefix@/sbin/plabdaemon
]
;
then
echo
-n
" plabrenew"
@prefix@/sbin/plabdaemon
-v
renew
echo
-n
" plabgetfree"
@prefix@/sbin/plabdaemon
-v
getfree
fi
if
[
-x
@prefix@/sbin/plabmonitord
]
;
then
echo
-n
" plabmonitord"
@prefix@/sbin/plabmonitord
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
.
Attach a 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