]> git.ipfire.org Git - thirdparty/systemd.git/commit
man: fix wrong KillUserProcesses= default in systemd-run(1)
authorShihao Ren <renshihao.rsh@gmail.com>
Tue, 30 Jun 2026 06:18:14 +0000 (14:18 +0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 30 Jun 2026 12:30:32 +0000 (13:30 +0100)
commitbbb863a008ec29ffd7da0fab518f841f20664fd7
tree683f57696be0a03ee46d3a6ae8e3df5d62bbf091
parent2fbb73cb920697bb03e4b2406494aea2c43a453c
man: fix wrong KillUserProcesses= default in systemd-run(1)

systemd-run(1) hard-coded "the default" wording for KillUserProcesses=, but the
actual compile-time default is determined by the -Ddefault-kill-user-processes=
meson build option, which distributions set differently at packaging time.

Consistent with logind.conf(5).

Fixes: #42805
Signed-off-by: Shihao Ren <renshihao.rsh@gmail.com>
man/systemd-run.xml