1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal7_ynh.git synced 2024-09-03 18:26:19 +02:00
drupal7_ynh/conf/cron

8 lines
259 B
Text
Raw Normal View History

2019-05-10 00:23:35 +02:00
SHELL=/bin/sh
2024-05-22 23:20:21 +02:00
PATH=__INSTALL_DIR__/.composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-05-10 00:23:35 +02:00
# m h dom mon dow user command
2019-05-10 00:33:20 +02:00
30 * * * * __APP__ drush --quiet @__APP__ core-cron
2019-05-10 00:23:35 +02:00
00 22 * * * __APP__ drush --quiet @__APP__ pm-update -y
#