Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
systemd.22651
1009-Drop-or-soften-some-of-the-deprecation-war...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch of Package systemd.22651
From 7fd3e99d69b73151b85b5ae65a3e63190ec21cf2 Mon Sep 17 00:00:00 2001 From: Franck Bui <fbui@suse.com> Date: Thu, 21 Oct 2021 11:29:31 +0200 Subject: [PATCH 1009/1009] Drop or soften some of the deprecation warnings - Reword the deprecation warning about KillMode=none (bsc#1193086) [fbui: fixes bsc#1193086] --- src/core/load-fragment.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c index 8235354e89..4a284253d3 100644 --- a/src/core/load-fragment.c +++ b/src/core/load-fragment.c @@ -668,9 +668,8 @@ int config_parse_kill_mode( if (m == KILL_NONE) log_syntax(unit, LOG_WARNING, filename, line, 0, "Unit configured to use KillMode=none. " - "This is unsafe, as it disables systemd's process lifecycle management for the service. " - "Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. " - "Support for KillMode=none is deprecated and will eventually be removed."); + "Support for KillMode=none is deprecated and will be eventually removed in future SLE versions. " + "Please see SUSE TID https://www.suse.com/support/kb/doc/?id=000020394 for more details."); *k = m; return 0; -- 2.31.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor