copr-backend: use absolute path to the copr_log_hitcounter.py in logrotate config

This commit is contained in:
clime 2017-10-20 13:12:36 +02:00
parent 565d2e26df
commit bbc44d6777

View file

@ -4,7 +4,7 @@
missingok missingok
notifempty notifempty
prerotate prerotate
copr_log_hitcounter.py /var/log/lighttpd/access.log &>/dev/null || : /usr/bin/copr_log_hitcounter.py /var/log/lighttpd/access.log &>/dev/null || :
endscript endscript
postrotate postrotate
/usr/bin/killall -HUP lighttpd &>/dev/null || : /usr/bin/killall -HUP lighttpd &>/dev/null || :