copr: really restart lighttpd

Otherwise there are some mapped files on / volume and keep consuming the storage.
I do not know what is actually consuming the storage, but the restart instead of reload helps.
This commit is contained in:
Miroslav Suchý 2020-10-12 14:07:13 +02:00
parent 32e4f83062
commit 4c4b63516d

View file

@ -22,6 +22,6 @@
notifempty
compress
postrotate
/usr/bin/killall -HUP lighttpd &>/dev/null || :
systemctl restart lighttpd.service &>/dev/null || :
endscript
}