X-Git-Url: https://code.delx.au/monosys/blobdiff_plain/5abaa82aacdd91bffb567e97c6e37d20b138bf9e..733d4c37cb0e26aecc2e44e31e151734344213bc:/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 f4bce3d..06b8cea 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=/sbin/cryptsetup luksRemoveKey /dev/disk/by-id/%i /crypto_keyfile.bin --key-slot 7 +ExecStart=/sbin/cryptsetup luksRemoveKey %I /crypto_keyfile.bin --key-slot 7 SuccessExitStatus=2 [Install]