From a8da1bcd4af7ddb5af058d0cb3cceb921f1527fd Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 11 Mar 2015 16:41:01 +0100 Subject: [PATCH] fix logfile rotation pveproxy and spiceproxy use the same logfile. --- debian/pve.logrotate | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/pve.logrotate b/debian/pve.logrotate index 81a4bfbf..38fdaa9b 100644 --- a/debian/pve.logrotate +++ b/debian/pve.logrotate @@ -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 }