[mythtv-users] PM-Suspend/Cron job/motherboard Woes

Russell Gower mythtv at thegowers.me.uk
Sat Aug 31 08:48:22 UTC 2013


On 30 Aug 2013, at 20:37, Bill Meek <keemllib at gmail.com> wrote:

> On 08/30/2013 02:29 PM, Joey Morris wrote:
>> Captain Hook <captainhookzero at gmail.com> wrote on Fri, Aug 30, 2013 at 03:12:39PM -0400:
>>> On Fri, Aug 30, 2013 at 2:37 PM, Joey Morris <rjmorris.list at zoho.com> wrote:
>>> 
>>>> Captain Hook <captainhookzero at gmail.com> wrote on Fri, Aug 30, 2013 at
>>>> 12:43:48PM -0400:
>>>>> Here are the contents of my crontab file:
>>>>> 
>>>>> 30 2 * * * root /usr/sbin/pm-suspend 2>&1 ./home/user/Templog/Cron.log <-------------------

If that really is a crontab file (created with the crontab -e command) and not a file in one of the /etc/cron.* directories then the entry should be
30 2 * * * /usr/sbin/pm-suspend 2>&1 >/home/user/Templog/Cron.log

You don't specify the user in a crontab file as there is one file per user.

Regards
  Russell



More information about the mythtv-users mailing list