I am changing my /etc/crontab file. When I execute

service crond restart

will my jobs/scripts that just begun executing by crond be terminated or not ?

link|improve this question
feedback

1 Answer

no, they will not be terminated. I tested on Ubuntu (using Vixie Cron).

Your jobs PPIDs will become 1 after you do service cron restart.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.