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:
parent
32e4f83062
commit
4c4b63516d
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@
|
||||||
notifempty
|
notifempty
|
||||||
compress
|
compress
|
||||||
postrotate
|
postrotate
|
||||||
/usr/bin/killall -HUP lighttpd &>/dev/null || :
|
systemctl restart lighttpd.service &>/dev/null || :
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue