wordpress-tools/systemd/wp-cron.timer
Matthew Saunders Brown 1c52d5c290 cleaned up systemd timer
2022-03-28 09:50:13 -07:00

14 lines
278 B
SYSTEMD

# 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=timers.target