Difference between revisions of "PMSS:Automated tasks setup"

From Pulsed Media Wiki
(Created page with "These are automatically setup during installation, but you can recreate the rules by executing <pre> /scripts/util/setupRootCron.php </pre> You can view the rules by: <pre> cat ...")
 
 
Line 10: Line 10:
  
 
If you need to add new ones, just make another file under cron.d, you can use pmss file as an example.
 
If you need to add new ones, just make another file under cron.d, you can use pmss file as an example.
 +
 +
[[Category:PM Software Stack Guides]]
 +
[[Category:Guides]]

Latest revision as of 18:32, 29 December 2016

These are automatically setup during installation, but you can recreate the rules by executing

/scripts/util/setupRootCron.php

You can view the rules by:

cat /etc/cron.d/pmss

If you need to add new ones, just make another file under cron.d, you can use pmss file as an example.