fix logfile rotation

pveproxy and spiceproxy use the same logfile.
This commit is contained in:
Dietmar Maurer 2015-03-11 16:41:01 +01:00
parent 2fc72feedc
commit c33181d999

View File

@ -8,6 +8,7 @@
create 640 www-data www-data
sharedscripts
postrotate
/etc/init.d/pveproxy reload > /dev/null
/etc/init.d/pveproxy restart > /dev/null
/etc/init.d/spiceproxy restart > /dev/null
endscript
}