From 64ef4338a99fe0f6d8d47aded7cd6307c2910713 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Mon, 30 Aug 2021 07:44:26 +1000 Subject: [PATCH] reboot-no-passphrase: fix cryptsetup change --- etc/systemd/system/disable-crypto_keyfile@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/systemd/system/disable-crypto_keyfile@.service b/etc/systemd/system/disable-crypto_keyfile@.service index 06b8cea..c82527e 100644 --- a/etc/systemd/system/disable-crypto_keyfile@.service +++ b/etc/systemd/system/disable-crypto_keyfile@.service @@ -4,7 +4,7 @@ After=basic.target [Service] Type=oneshot -ExecStart=/sbin/cryptsetup luksRemoveKey %I /crypto_keyfile.bin --key-slot 7 +ExecStart=/sbin/cryptsetup luksRemoveKey %I /crypto_keyfile.bin SuccessExitStatus=2 [Install] -- 2.39.2