]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
notify: we typically say 'service manager' not 'init system', do so here too
authorLennart Poettering <lennart@amutable.com>
Sun, 26 Apr 2026 18:51:26 +0000 (20:51 +0200)
committerLennart Poettering <lennart@amutable.com>
Sun, 26 Apr 2026 19:04:07 +0000 (21:04 +0200)
src/notify/notify.c

index d3201c66bcfb7cd36a52968747369dd70bac01f9..33d8fdf2c0912bb37d86ddbbb0861c3afd3bfa0f 100644 (file)
@@ -67,7 +67,7 @@ static int help(void) {
         help_cmdline("[OPTIONS...] [VARIABLE=VALUE...]");
         help_cmdline("[OPTIONS...] --exec [VARIABLE=VALUE...] ; -- CMDLINE...");
         help_cmdline("[OPTIONS...] --fork -- CMDLINE...");
-        help_abstract("Notify the init system about service status updates.");
+        help_abstract("Notify the service manager about service status updates.");
 
         help_section("Options:");
         r = table_print_or_warn(options);
@@ -644,7 +644,7 @@ static int run(int argc, char* argv[]) {
         if (r == -E2BIG)
                 return log_error_errno(r, "Too many file descriptors passed.");
         if (r < 0)
-                return log_error_errno(r, "Failed to notify init system: %m");
+                return log_error_errno(r, "Failed to notify service manager: %m");
         if (r == 0)
                 return log_error_errno(SYNTHETIC_ERRNO(EOPNOTSUPP),
                                        "No status data could be sent: $NOTIFY_SOCKET was not set");