switch to cron based feed updates
This commit is contained in:
parent
a18df05208
commit
95cb030307
1
overlay/etc/crontabs/nginx
Normal file
1
overlay/etc/crontabs/nginx
Normal file
@ -0,0 +1 @@
|
||||
*/15 * * * * /usr/bin/php /var/www/app/update.php --feeds
|
2
overlay/etc/services.d/cron/run
Executable file
2
overlay/etc/services.d/cron/run
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/execlineb -P
|
||||
crond -f
|
@ -1,2 +0,0 @@
|
||||
#!/bin/execlineb -P
|
||||
s6-setuidgid nginx php7 /var/www/app/update_daemon2.php > /dev/null 2>&1
|
Reference in New Issue
Block a user