1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 01:55:22 +03:00

docs: fix typo in key name and adjust grammar a bit

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-01-10 12:07:20 +01:00
parent 0d1610c9c9
commit 8c19f79e40

View File

@ -97,13 +97,13 @@ to create appropriate units for the autostart directory
(`systemd-xdg-autostart-generator`). (`systemd-xdg-autostart-generator`).
Desktop Environments can opt-in to using this by starting Desktop Environments can opt-in to using this by starting
`xdg-desktop-autostart.target`. The systemd generator correctly handles `xdg-desktop-autostart.target`. The systemd generator correctly handles
`OnlyShowIn=` and `NotShowin=`. It also handles the KDE and GNOME specific `OnlyShowIn=` and `NotShowIn=`. It also handles the KDE and GNOME specific
`X-KDE-autostart-condition=` and `AutostartCondition=` by using desktop `X-KDE-autostart-condition=` and `AutostartCondition=` by using desktop-environment-provided
environment provided binaries in an `ExecCondition=` line. binaries in an `ExecCondition=` line.
However, this generator is somewhat limited in what it supports. For example, However, this generator is somewhat limited in what it supports. For example,
all generated units will have `After=graphical-session.target` set on them, all generated units will have `After=graphical-session.target` set on them,
it may therefore not be useful to start session services. and therefore may not be useful to start session services.
Desktop files can be marked to be explicitly excluded from the generator using the line Desktop files can be marked to be explicitly excluded from the generator using the line
`X-systemd-skip=true`. This should be set if an application provides its own `X-systemd-skip=true`. This should be set if an application provides its own