X-Git-Url: https://code.delx.au/monosys/blobdiff_plain/185b29269ce12a4ed796333300944c1f3f994992..468b442da9caba54b39054ac0cf6d33a2f1234d0:/etc/systemd/system/disable-crypto_keyfile%40.service diff --git a/etc/systemd/system/disable-crypto_keyfile@.service b/etc/systemd/system/disable-crypto_keyfile@.service deleted file mode 100644 index 19dd58f..0000000 --- a/etc/systemd/system/disable-crypto_keyfile@.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Disable /crypto_keyfile.bin on every boot -After=basic.target - -[Service] -Type=oneshot -ExecStart=/bin/cryptsetup luksRemoveKey /dev/disk/by-uuid/%i /crypto_keyfile.bin --key-slot 7 -SuccessExitStatus=2 - -[Install] -WantedBy=basic.target