From: James Bunton Date: Sat, 31 Oct 2015 00:02:09 +0000 (+1100) Subject: Fixed service more X-Git-Url: https://code.delx.au/monosys/commitdiff_plain/f3f2fce38751f82a044d32cbca3ad56461d7f6ab Fixed service more --- 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]