Disable emerg-shutdown and ensure-shutdown on Qubes OS

This commit is contained in:
Aaron Rainbolt 2025-08-22 15:50:28 -05:00
parent 53e930b4cc
commit 28f44d2e1d
No known key found for this signature in database
GPG key ID: A709160D73C79109
3 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,7 @@ Requires=systemd-udevd.service
After=systemd-udevd.service After=systemd-udevd.service
Requires=local-fs.target Requires=local-fs.target
After=local-fs.target After=local-fs.target
ConditionPathExists=!/usr/share/qubes/marker-vm
[Service] [Service]
Type=notify Type=notify

View file

@ -7,6 +7,7 @@
[Unit] [Unit]
Description=Forcibly shut down the system if normal shutdown gets stuck (alternate trigger unit) Description=Forcibly shut down the system if normal shutdown gets stuck (alternate trigger unit)
Documentation=https://github.com/Kicksecure/security-misc Documentation=https://github.com/Kicksecure/security-misc
ConditionPathExists=!/usr/share/qubes/marker-vm
[Service] [Service]
Type=oneshot Type=oneshot

View file

@ -13,6 +13,7 @@ Requires=systemd-udevd.service
After=systemd-udevd.service After=systemd-udevd.service
Wants=emerg-shutdown.service Wants=emerg-shutdown.service
After=emerg-shutdown.service After=emerg-shutdown.service
ConditionPathExists=!/usr/share/qubes/marker-vm
[Service] [Service]
Type=oneshot Type=oneshot