Blame qemu-ga.sysconfig

Paolo Bonzini bfe7b8
# This is a systemd environment file, not a shell script.
Paolo Bonzini bfe7b8
# It provides settings for "/lib/systemd/system/qemu-guest-agent.service".
Paolo Bonzini bfe7b8
Daniel P. Berrangé 58957c
# Extra arguments to pass to the guest QEMU, for example, to filter our
Daniel P. Berrangé 58957c
# RPC commands. See 'qemu-ga(8)' man page for permissible arguments.
Paolo Bonzini bfe7b8
#
Daniel P. Berrangé 58957c
# For example, to filter out a set of commands the --block-rpcs commands:
Daniel P. Berrangé 58957c
#
Daniel P. Berrangé 58957c
#QEMU_GA_ARGS=--block-rpcs=guest-file-open,guest-file-close,guest-file-read,guest-file-write,guest-file-seek,guest-file-flush,guest-exec,guest-exec-status
Paolo Bonzini bfe7b8
Paolo Bonzini bfe7b8
# Fsfreeze hook script specification.
Paolo Bonzini bfe7b8
#
Paolo Bonzini bfe7b8
# FSFREEZE_HOOK_PATHNAME=/dev/null           : disables the feature.
Paolo Bonzini bfe7b8
#
Paolo Bonzini bfe7b8
# FSFREEZE_HOOK_PATHNAME=/path/to/executable : enables the feature with the
Paolo Bonzini bfe7b8
# specified binary or shell script.
Paolo Bonzini bfe7b8
#
Paolo Bonzini bfe7b8
# FSFREEZE_HOOK_PATHNAME=                    : enables the feature with the
Paolo Bonzini bfe7b8
# default value (invoke "qemu-ga --help" to interrogate).
Paolo Bonzini bfe7b8
FSFREEZE_HOOK_PATHNAME=/etc/qemu-ga/fsfreeze-hook