From 3e6b59c52568b24671274ce744dc3e04a4d8ba92 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sat, 31 Oct 2015 11:02:09 +1100 Subject: [PATCH] Fixed service more --- etc/systemd/system/disable-crypto_keyfile@.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/systemd/system/disable-crypto_keyfile@.service b/etc/systemd/system/disable-crypto_keyfile@.service index 7959532..26ce006 100644 --- a/etc/systemd/system/disable-crypto_keyfile@.service +++ b/etc/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