From 7f4afe80ed29e44d3372377ebf80c814e1aa5f08 Mon Sep 17 00:00:00 2001 From: Andrii Nikitin <46994839+andrii-suse@users.noreply.github.com> Date: Wed, 3 May 2023 11:34:14 +0200 Subject: [PATCH] doc: Fix incorrect mentioning systemd.scope in states.pkg --- salt/states/pkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/states/pkg.py b/salt/states/pkg.py index ce6e5565dc6..13a9edd0fb4 100644 --- a/salt/states/pkg.py +++ b/salt/states/pkg.py @@ -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 ` - 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