]> code.delx.au - monosys/commitdiff
Fixed disable-crypto_keyfile@.service
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 11 Jun 2019 04:00:33 +0000 (14:00 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 11 Jun 2019 04:00:33 +0000 (14:00 +1000)
etc/systemd/system/disable-crypto_keyfile@.service

index e5f58add77b8a7ddd32f44f75c09ad8d3d744891..f4bce3d12b196a3d9fbf1ee9792b61695e12caa7 100644 (file)
@@ -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]