mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Merge pull request #4287 from jkellerer/patch-1
emulators/qemu-guest-agent: fixes disabled-rpcs broke service start
This commit is contained in:
commit
8326fb856f
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
{% do optional_flags.append('-v') %}
|
||||
{% endif %}
|
||||
{% if helpers.exists('OPNsense.QemuGuestAgent.general.DisabledRPCs') and not helpers.empty('OPNsense.QemuGuestAgent.general.DisabledRPCs') %}
|
||||
{% do optional_flags.append('--blacklist=' ~ OPNsense.QemuGuestAgent.general.DisabledRPCs) %}
|
||||
{% do optional_flags.append('--block-rpcs=' ~ OPNsense.QemuGuestAgent.general.DisabledRPCs) %}
|
||||
{% endif %}
|
||||
qemu_guest_agent_setup="/usr/local/opnsense/scripts/OPNsense/QemuGuestAgent/setup.sh"
|
||||
qemu_guest_agent_enable="YES"
|
||||
|
|
|
|||
Loading…
Reference in a new issue