mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'pu-cron-fix' into pu
- Removed user specification from cron config. - Removed logging to /var/log; this commit brings in `-x proc`, which logs out to std(out|err).
This commit is contained in:
commit
e75aa386ea
2 changed files with 4 additions and 3 deletions
|
@ -1,2 +1,3 @@
|
||||||
*/5 * * * * bash -c 'aurweb-aurblup && echo "[$(date -u)] executed aurblup" >> /var/log/mkpkglists.log'
|
AUR_CONFIG='/aurweb/conf/config'
|
||||||
*/5 * * * * bash -c 'aurweb-mkpkglists --extended && echo "[$(date -u)] executed mkpkglists" >> /var/log/mkpkglists.log'
|
*/5 * * * * bash -c 'aurweb-aurblup'
|
||||||
|
*/5 * * * * bash -c 'aurweb-mkpkglists --extended'
|
||||||
|
|
|
@ -11,4 +11,4 @@ if [ $? -eq 0 ]; then
|
||||||
echo "[$(date -u)] executed mkpkglists" >> /var/log/mkpkglists.log
|
echo "[$(date -u)] executed mkpkglists" >> /var/log/mkpkglists.log
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec /usr/bin/crond -n
|
exec /usr/bin/crond -nx proc
|
||||||
|
|
Loading…
Add table
Reference in a new issue