We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac48800 commit fa14e0aCopy full SHA for fa14e0a
postinst
@@ -1,4 +1,6 @@
1
#!/bin/sh
2
+# Restart the systemd-binfmt service to load new binary format rules.
3
+# This ensures the system is immediately ready to run programs with Box86.
4
if [ -d '/run/systemd/system' ]; then
5
systemctl restart systemd-binfmt || :
6
fi
0 commit comments