Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Use our new cron runner. Closes #142
Browse files Browse the repository at this point in the history
  • Loading branch information
timwhite committed Apr 22, 2020
1 parent a99cee8 commit d03c0e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/grase-www-portal.cron.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
## NEEDS USERNAME
@daily root /usr/share/grase/scripts/mysql_backup

# Most cron scripts have moved to PHP classes actived by cron.php
@hourly nobody REMOTE_ADDR='' php /usr/share/grase/www/radmin/cron.php
@reboot nobody REMOTE_ADDR='' php /usr/share/grase/www/radmin/cron.php
# Cron scripts are handled by Symfony4 console command and our runner
@hourly www-data /usr/share/grase/symfony4/bin/console grase:cron:runner
@reboot www-data /usr/share/grase/symfony4/bin/console grase:cron:runner

0 comments on commit d03c0e1

Please sign in to comment.