mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-26 00:18:24 -05:00
Disable emerg-shutdown and ensure-shutdown on Qubes OS
This commit is contained in:
parent
53e930b4cc
commit
28f44d2e1d
3 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue