mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Merge pull request #4287 from jkellerer/patch-1
emulators/qemu-guest-agent: fixes disabled-rpcs broke service start
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user