services: make reload safer and default to it in gui

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-07-25 20:23:12 +02:00
parent d757021f4c
commit e6b599aa6c
2 changed files with 5 additions and 3 deletions

View File

@ -26,6 +26,7 @@ Ext.define('PBS.ServerAdministration', {
xtype: 'proxmoxNodeServiceView',
title: gettext('Services'),
itemId: 'services',
restartCommand: 'reload', // avoid disruptions
startOnlyServices: {
syslog: true,
'proxmox-backup': true,