mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-06 00:44:14 -04:00
13 lines
357 B
Desktop File
13 lines
357 B
Desktop File
## 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=exec
|
|
ExecStart=/usr/libexec/security-misc/emerg-shutdown
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|