mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-05 05:52:57 +00:00
![]() 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> |
||
---|---|---|
.. | ||
changelog | ||
compat | ||
config | ||
control | ||
copyright | ||
docs | ||
lintian-overrides | ||
postinst | ||
postrm | ||
preinst | ||
prerm | ||
pve.logrotate | ||
rules | ||
templates | ||
triggers |