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
f74f714b
Commit
f74f714b
authored
May 17, 2010
by
Leigh B Stoller
Browse files
Pause a moment after sending kill in RestartDaemon();
parent
1aa95140
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/libinstall.pm.in
View file @
f74f714b
...
...
@@ -604,6 +604,7 @@ sub RestartDaemon($) {
return
1
;
}
SignalDaemon
(
$name
,
'
TERM
');
sleep
(
1
);
if
(
ExecQuiet
("
$TBROOT
/sbin/
$name
"))
{
PhaseSucceed
("
$name
started
");
}
...
...
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