calling zfs mount -a again doesn't make sense

This commit is contained in:
Jack Cummings 2013-06-09 22:01:48 -07:00 committed by Eelco Dolstra
parent deb7c6d35b
commit e0dfb1e4ae

View file

@ -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";
};