copr-backend: use absolute path to the copr_log_hitcounter.py in logrotate config
This commit is contained in:
parent
565d2e26df
commit
bbc44d6777
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
missingok
|
||||
notifempty
|
||||
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
|
||||
postrotate
|
||||
/usr/bin/killall -HUP lighttpd &>/dev/null || :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue