]> code.delx.au - monosys/blob - etc/systemd/system/disable-crypto_keyfile@.service
reboot-no-passphrase: use --new-key-slot parameter
[monosys] / etc / systemd / system / disable-crypto_keyfile@.service
1 [Unit]
2 Description=Disable /crypto_keyfile.bin on every boot
3 After=basic.target
4
5 [Service]
6 Type=oneshot
7 ExecStart=/sbin/cryptsetup luksRemoveKey %I /crypto_keyfile.bin
8 SuccessExitStatus=2
9
10 [Install]
11 WantedBy=basic.target