diff options
author | tfarina <tfarina@chromium.org> | 2014-09-26 06:10:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-26 06:10:00 -0700 |
commit | fbe8d890ce45035daabc54574f94354db89d99ae (patch) | |
tree | b04c1d0b9cf09225face6c5ef01912a5d04c7cb0 | |
parent | 8fb7b79de896cc32a9d93d451455e76128bf025b (diff) |
Reinitialize monit to changes take effect.
Otherwise changes made to the configuration won't take effect when they
are synced.
BUG=None
TEST=None
R=jcgregorio@google.com
Author: tfarina@chromium.org
Review URL: https://codereview.chromium.org/602293002
-rwxr-xr-x | experimental/webtry/setup/webtry_setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/experimental/webtry/setup/webtry_setup.sh b/experimental/webtry/setup/webtry_setup.sh index 34a8051d42..3a8e063231 100755 --- a/experimental/webtry/setup/webtry_setup.sh +++ b/experimental/webtry/setup/webtry_setup.sh @@ -31,3 +31,4 @@ sudo chmod 744 /etc/init.d/webtry # Confirm that monit is happy. sudo monit -t +sudo monit reload |