Commit 024514ee authored by Dietmar Maurer's avatar Dietmar Maurer

spiceproxy: use new leave_children_open_on_reload option

parent 56cf829b
......@@ -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',
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment