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 a503beb39d
commit a8da1bcd4a

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
}