-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix a few bugs in the Ubuntu init script * Dynamically find the 'service' command path in the babysit script * Leverate the actual init scripts for auto-restarting the agent if necessary. This is definitely simpler! * A few more Ubuntu init script bug fixes. Ensure that we error out on any failure, properly return an exit code. This makes sure that the updated cron job to sanity check the service works properly. * Set the CLASSPATH more safely -- ensure packaged JARs are used first! * Re-implement the babysit script, but with a small bugfix. The babysit script does indeed do usefull things (verifies that the service _should_ be running and then restarts it if its not).
- Loading branch information
Showing
3 changed files
with
15 additions
and
11 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
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