mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/man-db: trigger mandb generation by multi-user.target
default.target is an alias[1] to either multi-user.target or graphical.target. It makes a bit more sense to trigger mandb generation by multi-user.target since the generation does not depend on graphics. [1]: man bootup
This commit is contained in:
parent
b1a8e2787c
commit
a9bbe999f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ];
|
||||
};
|
||||
})
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue