From f3f2fce38751f82a044d32cbca3ad56461d7f6ab Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sat, 31 Oct 2015 11:02:09 +1100 Subject: [PATCH] Fixed service more --- systemd/system/disable-crypto_keyfile@.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd/system/disable-crypto_keyfile@.service b/systemd/system/disable-crypto_keyfile@.service index 7959532..26ce006 100644 --- a/systemd/system/disable-crypto_keyfile@.service +++ b/systemd/system/disable-crypto_keyfile@.service @@ -1,10 +1,10 @@ [Unit] -Description=Disable /root/crypto_keyfile.bin on every boot +Description=Disable /crypto_keyfile.bin on every boot After=basic.target [Service] Type=oneshot -ExecStart=cryptsetup luksRemoveKey /dev/disk/by-uuid/%i /crypto_keyfile.bin +ExecStart=/bin/cryptsetup luksRemoveKey /dev/disk/by-uuid/%i /crypto_keyfile.bin SuccessExitStatus=2 [Install] -- 2.39.2