wordpress-tools/systemd/wp-cron.service
Matthew Saunders Brown 4de105a2dd first commit
2021-04-07 09:43:20 -07:00

14 lines
256 B
Desktop File

# wordpress-tools
# https://git.stack-source.com/msb/wordpress-tools
# MIT License Copyright (c) 2021 Matthew Saunders Brown
#
[Unit]
Description=WP CLI cron
[Service]
Type=simple
ExecStart=/usr/local/sbin/wp-cron.sh
[Install]
WantedBy=multi-user.target