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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2017-09-08 16:31:28 +02:00 committed by Wolfgang Bumiller
parent 0fe0d92471
commit 685b04b0bb

View File

@ -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]