Re: Chron curiosity

2013-06-29 Thread Reindl Harald
Am 28.06.2013 21:41, schrieb Tom Horsley: > On Fri, 28 Jun 2013 12:25:02 -0700 > Wolfgang S. Rupprecht wrote: > >> Look at the top of /etc/cron.hourly/0anacron > > Speaking of anacron, you may want to eradicate all the > anacron junk if you actually want jobs to run at the > times you specified

Re: Chron curiosity

2013-06-28 Thread Tom Horsley
On Fri, 28 Jun 2013 12:25:02 -0700 Wolfgang S. Rupprecht wrote: > Look at the top of /etc/cron.hourly/0anacron Speaking of anacron, you may want to eradicate all the anacron junk if you actually want jobs to run at the times you specified rather than at random times anacron picks to be as inconve

Re: Chron curiosity

2013-06-28 Thread Wolfgang S. Rupprecht
Geoffrey Leach writes: > I have this line in /etc/crontab: > > 30 23 * * * geoff /usr/local/bin/fp.pl > > which executes the program every day at 2330. The script terminates by > executing system 'sudo systemctl start poweroff.target'; > > Generally this works as expected. > > However, wh