case "$1" in
start)
# Mark the boot in the log
gprintf "Logging boot time."
echo -n "System boot :" `date` " - " >> /var/log/uptime.log
touch /var/lock/subsys/uptimelog
echo
;;
stop)
# Log the (…)
Journal Fiable le manchot ?
Quand j'ai acheté mon laptop il y a un peu plus de 3ans, j'avais installé un système de log de l'uptime pour suivre la fiabilité du matériel. Ça consiste simplement au petit script suivant dans /etc/init.d + les liens S et K qui vont bien :