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

It need to be marked as inline code block
This commit is contained in:
Et7f3 2023-05-18 18:04:31 +02:00 committed by GitHub
parent 840f2e0ac5
commit edf5659688
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.