]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
varlink: tweak introspection description for Reload()
authorLennart Poettering <lennart@poettering.net>
Tue, 7 Jan 2025 13:45:06 +0000 (14:45 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 18 Jan 2025 22:24:29 +0000 (23:24 +0100)
src/shared/varlink-io.systemd.service.c

index 27c270b8e961bb0d4251e790b68c8fb861cf5b5b..32ed12fd19da93bc6089b6395f0d11c618b08e8f 100644 (file)
@@ -20,7 +20,7 @@ SD_VARLINK_DEFINE_INTERFACE(
                 SD_VARLINK_INTERFACE_COMMENT("An interface to control basic properties of systemd services."),
                 SD_VARLINK_SYMBOL_COMMENT("Checks if the service is running."),
                 &vl_method_Ping,
-                SD_VARLINK_SYMBOL_COMMENT("Reloads configurations."),
+                SD_VARLINK_SYMBOL_COMMENT("Reloads configuration files."),
                 &vl_method_Reload,
                 SD_VARLINK_SYMBOL_COMMENT("Sets the maximum log level."),
                 &vl_method_SetLogLevel);