2023-01-06 13:52:09 -05:00
|
|
|
## Copyright (C) 2023 - 2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
|
|
## Copyright (C) 2023 - 2023 Friedrich Doku <friedrichdoku@gmail.com>
|
2023-01-06 13:48:22 -05:00
|
|
|
## See the file COPYING for copying conditions.
|
2023-01-06 12:49:34 -05:00
|
|
|
|
2023-01-06 10:50:34 -05:00
|
|
|
[Unit]
|
2023-01-06 12:49:34 -05:00
|
|
|
Description=https://www.kicksecure.com/wiki/Cold_Boot_Attack_Defense
|
2023-01-06 10:50:34 -05:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2023-01-06 21:32:57 -05:00
|
|
|
RemainAfterExit=yes
|
2023-01-06 10:50:34 -05:00
|
|
|
ExecStart=/bin/true
|
|
|
|
ExecStop=/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|