How DA's Cronjob managment work?

isoldier

New member
Joined
Jul 25, 2011
Messages
7
Hi there,

could anyone share a concept of DirectAdmin's Cronjob management out there?

How does it work to add and delete cronjobs? Is it controlled by PHP and MySQL or is there any other method cause I was thinking about the concept.

I have to code a cronjob management system based on PHP and MySQL and the job reminds me of the management in the backend of DirectAdmin.

I have a problem dealing with deleting the Cronjobs. Shall I save the line of my crontab file where cronjob is written in in MySQL to delete it further in the future or how is DA doing it :D?

Need help.

Thanks;)
 
DirectAdmin doesn't use a single database to control features. Most of this consider this to be an advantage as there's nothing to get out of sync.

DirectAdmin reads and writes directly to service management files as necessary.

Jeff
 
Back
Top