I maintain many servers and have the following requirements
- Run a unix process at a given time
- Run a unix process at boot time and keep it running (in case it dies)
- Disable a running process
I am using cron right now, but it is time consuming to maintain the local cron in different servers.
Is there a distributed cron kind of mechanism? It will nice to have the "cron" config stored in a db so I can access the same through a web interface.