From ec6ab7fa790b6c49ce11d2b82adbce5374ea4f11 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Tue, 11 Jun 2019 14:00:33 +1000 Subject: [PATCH] Fixed disable-crypto_keyfile@.service --- 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 e5f58ad..f4bce3d 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=/bin/cryptsetup luksRemoveKey /dev/disk/by-id/%i /crypto_keyfile.bin --key-slot 7 +ExecStart=/sbin/cryptsetup luksRemoveKey /dev/disk/by-id/%i /crypto_keyfile.bin --key-slot 7 SuccessExitStatus=2 [Install] -- 2.39.2