Browse Source

Update zfs-load-keys.service

Håvard O. Nordstrand 5 years ago
parent
commit
e7d37ba337
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/linux-server/res/zfs/zfs-load-keys.service

+ 1 - 1
config/linux-server/res/zfs/zfs-load-keys.service

@@ -9,7 +9,7 @@ After=zfs-import.target
 [Service]
 Type=oneshot
 RemainAfterExit=yes
-ExecStart=/bin/bash -c '/usr/bin/zfs load-key -a'
+ExecStart=/bin/bash -c '/sbin/zfs load-key -a'
 
 [Install]
 WantedBy=zfs-mount.service