diff options
author | Michal Koutný <mkoutny@suse.com> | 2018-03-09 16:40:41 +0100 |
---|---|---|
committer | Michal Koutný <mkoutny@suse.com> | 2018-03-09 18:29:25 +0100 |
commit | c7f7e859f096f01ae6e12ac00d14ec66659fdaa6 (patch) | |
tree | 760d27897814600b64c7bcd3b6b2350c384c4952 /meson.build | |
parent | 7f672e865a9e93356d7d81008645e824558c0fff (diff) | |
download | systemd-c7f7e859f096f01ae6e12ac00d14ec66659fdaa6.tar.gz |
man: Correct value of default KillUserProcesses=
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 1dfb84c94d..751ad3ded9 100644 --- a/meson.build +++ b/meson.build @@ -796,6 +796,7 @@ substs.set('GROUP_RENDER_MODE', get_option('group-render-mode')) kill_user_processes = get_option('default-kill-user-processes') conf.set10('KILL_USER_PROCESSES', kill_user_processes) +conf.set_quoted('KILL_USER_PROCESSES_YES_NO', kill_user_processes ? 'yes' : 'no') substs.set('KILL_USER_PROCESSES', kill_user_processes ? 'yes' : 'no') dns_servers = get_option('dns-servers') |