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