Merge pull request #232646 from Et7f3/patch-1

systemd.units.<name>.wantedBy: fix documentation rendering

Changed files
+1 -1
nixos
+1 -1
nixos/lib/systemd-unit-options.nix
···
description = lib.mdDoc ''
Units that want (i.e. depend on) this unit. The default method for
starting a unit by default at boot time is to set this option to
-
'["multi-user.target"]' for system services. Likewise for user units
+
`["multi-user.target"]` for system services. Likewise for user units
(`systemd.user.<name>.*`) set it to `["default.target"]` to make a unit
start by default when the user `<name>` logs on.