magazine2: send WP trivial cron to /dev/null

"...or maybe you shouldn't mail me every little piece of trash you
happen to pick up."
This commit is contained in:
Paul W. Frields 2017-07-19 17:00:39 +00:00
parent b11d96eb1a
commit 762d06787d

View file

@ -66,4 +66,4 @@
- name: Wordpress cron
cron: name="Wordpress cron"
minute="*/10"
job="curl http://localhost:8008/wp-cron.php"
job="curl http://localhost:8008/wp-cron.php >/dev/null"