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

spiceproxy: use new leave_children_open_on_reload option

parent 56cf829b
...@@ -36,6 +36,7 @@ my %daemon_options = ( ...@@ -36,6 +36,7 @@ my %daemon_options = (
max_workers => 1, # fixme: do we need more? max_workers => 1, # fixme: do we need more?
restart_on_error => 5, restart_on_error => 5,
stop_wait_time => 15, stop_wait_time => 15,
leave_children_open_on_reload => 1,
run_dir => '/var/run/pveproxy', 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