-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #431 from obino/service
Don't override an init.d script.
- Loading branch information
Showing
2 changed files
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
check process controller-17443 matching "/usr/bin/ruby -w /root/appscale/AppController/djinnServer.rb" | ||
group controller | ||
start program = "/usr/sbin/service appcontroller start" | ||
stop program = "/usr/sbin/service appcontroller stop" | ||
start program = "/usr/sbin/service appscale-controller start" | ||
stop program = "/usr/sbin/service appscale-controller stop" | ||
if memory is greater than 250 MB for 5 cycles then restart |