lol

Merge pull request #232646 from Et7f3/patch-1

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

authored by

Florian Klink and committed by
GitHub
203c6bea a771af89

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