]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
pid1: shorten advice message 24072/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 23 Aug 2022 07:22:24 +0000 (09:22 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 23 Aug 2022 07:31:12 +0000 (09:31 +0200)
src/core/load-fragment.c

index 23ddbd09409a44b65031d8c219c36dba113ca028..6a7390a6f09abe6aec63f1f7f8260fb5cdc8079e 100644 (file)
@@ -843,9 +843,9 @@ int config_parse_kill_mode(
 
         if (m == KILL_NONE)
                 log_syntax(unit, LOG_WARNING, filename, line, 0,
-                           "Unit configured to use KillMode=none. "
+                           "Unit uses 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'. "
+                           "Please update the service to use a safer KillMode=, such as 'mixed' or 'control-group'. "
                            "Support for KillMode=none is deprecated and will eventually be removed.");
 
         *k = m;