Thomas Lamprecht f33f0a0fa1 access log rotate: try to reload not restart services
with the use of systemd the /etc/init.d/pveproxy restart call got
intercepted and redirected to systemd, which did an restart.
But, that is a behvaior change to the intention of the init.d script,
which would not restart but reload the service.
Thus change this to systemds equivalent:
systemctl try-reload-or-restart pveproxy.service

Which tries to reload, if the unit supports it, and only if that does
not worked it restarts.

Same for spiceproxy.

Reported-by: Stefan Priebe <s.priebe@profihost.ag>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-11-14 14:08:52 +01:00
..
2017-10-25 11:16:27 +02:00
2011-08-23 07:40:22 +02:00
2017-10-10 14:23:00 +02:00
2017-06-09 14:00:32 +02:00
2011-08-23 07:40:22 +02:00
2017-11-14 14:06:51 +01:00
2011-08-23 07:40:22 +02:00
2015-06-01 10:00:11 +02:00