being required by local-fs.target is bad

This commit is contained in:
arcnmx 2023-07-27 15:45:33 -07:00
parent b8c82460bc
commit e01d789521

View file

@ -151,7 +151,7 @@ in {
fsType = "xfs"; fsType = "xfs";
options = [ options = [
"x-systemd.automount" "x-systemd.automount"
"noauto" "noauto" "nofail"
"x-systemd.requires=${md.shadow.service}" "x-systemd.requires=${md.shadow.service}"
"x-systemd.after=${md.shadow.service}" "x-systemd.after=${md.shadow.service}"
"x-systemd.after=${md.shadow.unit}" "x-systemd.after=${md.shadow.unit}"