15 lines
393 B
SYSTEMD
15 lines
393 B
SYSTEMD
# wordpress-tools
|
|
# https://git.stack-source.com/msb/wordpress-tools
|
|
# 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)
|
|
#
|
|
[Unit]
|
|
Description=WP CLI cron for all virtualhosts every 15 minutes
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/15
|
|
Unit=wp-cron.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|