mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 04:36:29 +00:00
spiceproxy: use new leave_children_open_on_reload option
This commit is contained in:
parent
e1cc2687ef
commit
d2b85ba226
@ -35,7 +35,8 @@ my $cmdline = [$0, @ARGV];
|
||||
my %daemon_options = (
|
||||
max_workers => 1, # fixme: do we need more?
|
||||
restart_on_error => 5,
|
||||
stop_wait_time => 15,
|
||||
stop_wait_time => 15,
|
||||
leave_children_open_on_reload => 1,
|
||||
run_dir => '/var/run/pveproxy',
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user