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
57741504
Commit
57741504
authored
Sep 28, 2012
by
Leigh B Stoller
Browse files
Run slothd inside XEN vms.
parent
c5aba032
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/common/rc.bootsetup
View file @
57741504
...
...
@@ -321,7 +321,8 @@ sub doboot()
runbootscript(
\
%manifest,
$RCDIR
,'rc.healthd','boot','start');
}
if (-x
"
$RCDIR
/
rc
.
slothd
"
&& !(REMOTE() || GENVNODE())) {
if (-x
"
$RCDIR
/
rc
.
slothd
"
&&
!(REMOTE() || (GENVNODE() && !INXENVM()))) {
print(
"
Starting
slothd
usage
detector
\
n
"
);
runbootscript(
\
%manifest,
$RCDIR
,'rc.slothd','boot','start');
}
...
...
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