calling zfs mount -a again doesn't make sense
This commit is contained in:
parent
deb7c6d35b
commit
e0dfb1e4ae
|
@ -81,6 +81,7 @@ in
|
|||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
restartIfChanged = false;
|
||||
ExecStart = "${kernel.zfs}/sbin/zfs mount -a";
|
||||
ExecStop = "${kernel.zfs}/sbin/zfs umount -a";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue