Project

General

Profile

Actions

Bug #10794

closed

Dokumentation: crontab example

Added by Christoph Fuchs almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Low
Assignee:
Carsten Rose
Target version:
Start date:
25.06.2020
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
Vote:

Description

In der Dokumentation http://docs.qfq.io/en/master/System.html#setup
Cron task:

" * * * * * /usr/bin/php /var/www/html/typo3conf/ext/qfq/Classes/External/autocron.php"

sollte heissen:

" * * * * * root /usr/bin/php /var/www/htdocs/typo3conf/ext/qfq/Classes/External/autocron.php"

Oder nicht?

Actions #1

Updated by Carsten Rose almost 4 years ago

  • Subject changed from Dokumentation to Dokumentation: crontab example
  • Status changed from New to Closed
  • Assignee set to Carsten Rose

Wenn User Crontabs verwendet werden ist die Angabe korrekt:

$ man -s 5 crontab
...
EXAMPLE CRON FILE
...
       5 0 * * *       $HOME/bin/daily.job >> $HOME/tmp/out 2>&1
...
EXAMPLE SYSTEM CRON FILE
...
       17 * * * *  root  cd / && run-parts --report /etc/cron.hourly
...

Actions #2

Updated by Carsten Rose almost 4 years ago

  • Target version changed from next5 to 20.6.2
Actions

Also available in: Atom PDF