[nmglug] Digitemp,Crontab (syslog addendium)

Nick Frost nickf at nickorama.com
Tue Dec 1 12:27:50 PST 2009


a wrote:
> Still wondering what the Hay,any loose and fast ideas,you all?
>
>   
>> a at a-desktop:~$ crontab -l
>>  * * * * *  /usr/bin/digitemp_DS9097U -a  -l/var/log/temperature
>>     
looks like there is a space missing between -l and /var/log/temperature;

* * * * *  /usr/bin/digitemp_DS9097U -a  -l/var/log/temperature

so;


* * * * *  /usr/bin/digitemp_DS9097U -a  -l /var/log/temperature >> /dev/null 2>&1


-Nick


-- 
----------------------------------------
Nicholas S. Frost
7 Avenida Vista Grande #325
Santa Fe, NM  87508
nickf at nickorama.com
----------------------------------------





More information about the nmglug mailing list