aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/kvmxfile b/kvmxfile
index af2b0d8..d6bca39 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -279,3 +279,11 @@ bootloader="grub"
#export QEMU_AUDIO_DRV="pa"
#export QEMU_PA_SAMPLES="8192"
#export QEMU_AUDIO_TIMER_PERIOD="99"
+
+# Inotify events listened by the "inotify" action
+#
+# See inotifywait(0) for the full list and description of all supported events.
+#
+# By default, exclude "access", "close", "close_write", "close_nowrite", "open"
+# from the list of events
+inotify_events="modify attrib moved_to moved_from move move_self create delete delete_self unmount"