summaryrefslogtreecommitdiffstats
path: root/debian/run-qemu.mount
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2025-06-06 10:05:27 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2025-06-06 10:05:27 +0000
commit43904a02caeb311a505bbb5ffa431ea9859db5f4 (patch)
treecd841d75f639d9092243b0d02a3bb93cbdea5804 /debian/run-qemu.mount
parentAdding upstream version 1:7.2+dfsg. (diff)
downloadqemu-debian.tar.xz
qemu-debian.zip
Adding debian version 1:7.2+dfsg-7+deb12u13.debian/1%7.2+dfsg-7+deb12u13debian
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r--debian/run-qemu.mount14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/run-qemu.mount b/debian/run-qemu.mount
new file mode 100644
index 00000000..6ab120a8
--- /dev/null
+++ b/debian/run-qemu.mount
@@ -0,0 +1,14 @@
+[Unit]
+Description=Prepare /run/qemu to allow still running qemu binaries of former builds (after package upgrades) to fallback-load modules from there
+Before=libvirtd.service
+
+[Mount]
+What=tmpfs
+Where=/run/qemu
+Type=tmpfs
+Options=nosuid,nodev,mode=0755
+ReadWriteOnly=true
+LazyUnmount=yes
+
+[Install]
+WantedBy=multi-user.target