Merge pull request #232646 from Et7f3/patch-1

systemd.units.<name>.wantedBy: fix documentation rendering
This commit is contained in:
Florian Klink 2023-05-18 19:20:41 +03:00 committed by GitHub
commit 203c6beae7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ in rec {
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.