From 685b04b0bb5f23cb9ac1489eae74bf215e78eadd Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 8 Sep 2017 16:31:28 +0200 Subject: [PATCH] pve-manager.service: allow logging STDERR and STDOUT The API calls are not to chatty but may give helpfull hints about what gets tried to be done. This may help an Admin to figure out which guest delays his host shutdown. Signed-off-by: Thomas Lamprecht --- bin/init.d/pve-manager.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/init.d/pve-manager.service b/bin/init.d/pve-manager.service index 69ebd2e9..5e6bcdf9 100644 --- a/bin/init.d/pve-manager.service +++ b/bin/init.d/pve-manager.service @@ -23,8 +23,6 @@ ExecStop=-/usr/bin/vzdump -stop ExecStop=/usr/bin/pvesh --nooutput create /nodes/localhost/stopall Type=oneshot RemainAfterExit=yes -StandardOutput=null -StandardError=null TimeoutSec=infinity [Install]