2021-04-07 09:43:20 -07:00
|
|
|
# wordpress-tools
|
|
|
|
# https://git.stack-source.com/msb/wordpress-tools
|
2022-08-22 14:01:24 -07:00
|
|
|
# Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>\
|
|
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
2021-04-07 09:43:20 -07:00
|
|
|
#
|
|
|
|
[Unit]
|
|
|
|
Description=WP CLI cron for all virtualhosts every 15 minutes
|
|
|
|
|
|
|
|
[Timer]
|
|
|
|
OnCalendar=*:0/15
|
|
|
|
Unit=wp-cron.service
|
|
|
|
|
|
|
|
[Install]
|
2022-03-28 09:50:13 -07:00
|
|
|
WantedBy=timers.target
|