send_msg_fd(info_fd, "Job '%s' started.", line->cl_shell);
}
else {
- warn_fd(info_fd, " process already running: %s's '%s'",
+ warn_fd(info_fd, " Skipping execution of already running job: %s's '%s'",
line->cl_file->cf_user, line->cl_shell);
}
else {
/* job has been stopped during execution :
* launch it again */
- warn("Job '%s' did not finish : running it again.", cl->cl_shell);
+ warn("Job '%s' did not finish : adding it to the serial queue to run it again.", cl->cl_shell);
set_serial_once(cl->cl_option);
add_serial_job(cl, -1);
}
else {
/* run bootrun jobs */
cl->cl_remain = cl->cl_runfreq;
- debug(" boot-run '%s'", cl->cl_shell);
+ debug(" bootrun job should have run during down time '%s'", cl->cl_shell);
if (!is_lavg(cl->cl_option)) {
+ explain(" Adding bootrun job to the serial queue: '%s'", cl->cl_shell);
set_serial_once(cl->cl_option);
add_serial_job(cl, -1);
}
- else
+ else {
+ explain(" Adding bootrun job to the lavg queue: '%s'", cl->cl_shell);
add_lavg_job(cl, -1);
+ }
}
set_next_exe(cl, STD, -1);
}
<term>b</term>
<listitem>
<para><emphasis><type>boolean</type></emphasis>(<constant>false</constant>)</para>
- <para>Run an &-line (i.e. based on date and time) at &fcron;'s startup (or system's resume after suspend/hibernation) if it should
-have run during system down time.</para>
+ <para>Run an &-line (i.e. based on date and time) at &fcron;'s startup (or system's
+ resume after suspend/hibernation) if it should have run during system down time.
+ More precisely, such jobs will be added to the lavg queue (if one of the lavg option was set)
+ or the serial queue to avoid too many jobs starting at the same time on fcron's startup.</para>
</listitem>
</varlistentry>