nixos/man-db: trigger mandb generation by multi-user.target (#495430)

This commit is contained in:
Doron Behar
2026-03-01 22:30:50 +00:00
committed by GitHub
+1 -1
View File
@@ -136,7 +136,7 @@ in
BindReadOnlyPaths = [ "/dev/null:/etc/man_db.conf" ]; # mandb will still read /etc/man_db.conf if it exists, even when setting -C path/to/config.conf
ProtectSystem = "strict";
};
wantedBy = [ "default.target" ];
wantedBy = [ "multi-user.target" ];
};
})
]