mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-06 01:24:14 -04:00
Allow specifying alternative keys in panic key combo, fix optical disk eject handling
This commit is contained in:
parent
dfb6f143f0
commit
e387086de4
3 changed files with 70 additions and 31 deletions
14
usr/lib/systemd/system/emerg-shutdown.service
Normal file
14
usr/lib/systemd/system/emerg-shutdown.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
## Copyright (C) 2025 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
[Unit]
|
||||
Description=Emergency shutdown when boot media is removed
|
||||
Documentation=https://github.com/Kicksecure/security-misc
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/libexec/security-misc/emerg-shutdown
|
||||
RemainAfterExit=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue