wordpress-tools/systemd/wp-cron.timer

14 lines
282 B
SYSTEMD
Raw Normal View History

2021-04-07 09:43:20 -07:00
# wordpress-tools
# https://git.stack-source.com/msb/wordpress-tools
# MIT License Copyright (c) 2021 Matthew Saunders Brown
#
[Unit]
Description=WP CLI cron for all virtualhosts every 15 minutes
[Timer]
OnCalendar=*:0/15
Unit=wp-cron.service
[Install]
WantedBy=multi-user.target