X-Git-Url: https://code.delx.au/monosys/blobdiff_plain/eb69ace743937595615c8512c4d7d7af45a95013..f3f2fce38751f82a044d32cbca3ad56461d7f6ab:/systemd/system/disable-crypto_keyfile%40.service?ds=sidebyside 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]