Ryan Bowman wrote:
I'm thinking of writing a script that edits crontab to schedule the restart for 1am daily. I can run that script manually on the days that I need to restart jboss, then the following day remove that task from cron (or modify the restart script to edit crontab for me). Is there a better way?
What about some sort of bash wrapper that tests for the existance of a file, or the contents value of a file to determine if the script needs run.
-- Ritter /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
