[pve-devel] [PATCH manager 3/5] pve-manager.service: allow logging STDERR and STDOUT

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Sep 8 16:31:28 CEST 2017


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 <t.lamprecht at proxmox.com>
---
 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]
-- 
2.11.0





More information about the pve-devel mailing list