Comment 3 for bug 1018554

Revision history for this message
James Hunt (jamesodhunt) wrote :

Hi Scott,

This doesn't require a change to Upstart - just create a job called "log-reboot" or similar containing something like this:

-------------------------------------
start on runlevel PREVLEVEL=2

task

exec echo "rebooting `date`" > /dev/console

-------------------------------------