Evening, Clint.

I edited my cron.conf file as above to:

# cron - regular background program processing daemon
#
# cron is a standard UNIX program that runs user-specified programs at
# periodic scheduled times

description     "regular background program processing daemon"

start on runlevel [2345]
stop on runlevel [!2345]


respawn

exec cron -f 2>&1 | logger -t cronlogger


and had gedit search the /var/log/daemon.log, but there were no mentions of 
chronlogger at all.

Complete log from boot after changing cron.conf attached, hth.

Rob


** Attachment added: "cron.conf edited and daemon.log boot output after edit"
   
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/592114/+attachment/2096287/+files/cron%20conf%20file%20and%20boot%20daemon%20log%20for%20bug%20592114

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/592114

Title:
  upstart doesn't start cron automatically on boot in lucid for server
  on amd64

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to