mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
doc: Fix incorrect mentioning systemd.scope in states.pkg
This commit is contained in:
parent
a04d09ec10
commit
7f4afe80ed
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Installation of packages using OS package managers such as yum or apt-get
|
|||
Salt, when Salt updates itself (see ``KillMode`` in the `systemd.kill(5)`_
|
||||
manpage for more information). If desired, usage of `systemd-run(1)`_ can
|
||||
be suppressed by setting a :mod:`config option <salt.modules.config.get>`
|
||||
called ``systemd.use_scope``, with a value of ``False`` (no quotes).
|
||||
called ``systemd.scope``, with a value of ``False`` (no quotes).
|
||||
|
||||
.. _`systemd-run(1)`: https://www.freedesktop.org/software/systemd/man/systemd-run.html
|
||||
.. _`systemd.kill(5)`: https://www.freedesktop.org/software/systemd/man/systemd.kill.html
|
||||
|
|
Loading…
Add table
Reference in a new issue