X-Git-Url: https://code.delx.au/monosys/blobdiff_plain/2383c5b6cd36f08a11129b72bbd733fbdfee8e34..ec6ab7fa790b6c49ce11d2b82adbce5374ea4f11:/etc/systemd/system/disable-crypto_keyfile%40.service 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]