]> code.delx.au - monosys/blob - etc/systemd/system/disable-crypto_keyfile@.service
26ce0068bdeac4ecbc8fa99b8cd4d3b6f92418d4
[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=/bin/cryptsetup luksRemoveKey /dev/disk/by-uuid/%i /crypto_keyfile.bin
8 SuccessExitStatus=2
9
10 [Install]
11 WantedBy=basic.target