-
Enthusiast
Cron Job to Restart GlobaldbAgent
Greetings RZ,
I need to create a cron task to restart GlobaldbAgent, I've read some centos cron tutorials. And found the way to do this is by the command "crontab -e". But this gives me nothing, just a lot of ~ ~ ~ ~ characters. So I searched more in ragezone, and learned that if I edit the cabal_config.sh and put my cron job file there it might be the solution for me. My question now is it possible to create this file manually by copying chk_cabal, rename it and add my cron task command? And would this be the correct syntax for it */10 * * * * service GlobaldbAgent restart ? I would really appreciate any help you can give me :)
-