Answer the question
In order to leave comments, you need to log in
An interesting problem with cron?
Good day!
I ran into a problem in cron - when specifying a clear task execution time, cron simply reloads the config:
19 13 * * * /usr/sbin/squid3 -k reconfigure
cron.log : Apr 16 13:19:01 r38p-01-proxyd /usr/sbin/cron[2299]: (root) RELOAD (crontabs/root)
*/1 * * * * /usr/sbin/squid3 -k reconfigure
cron.log: Apr 16 13:20:01 r38p-01-proxyd /USR/SBIN/CRON[19715]: (root) CMD (/usr/sbin/squid3 -k reconfigure)
Answer the question
In order to leave comments, you need to log in
#minute hour mday month wday who command
*/5 * * * * root /usr/libexec/atrun
Where is the user?
Alternatively, try this./usr/sbin/squid3 -k reconfigure >> /dev/null 2>&1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question