1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-23 10:50:16 +03:00

varlink: tweak introspection description for Reload()

This commit is contained in:
Lennart Poettering 2025-01-07 14:45:06 +01:00
parent 36e7aa7010
commit 211012f544

View 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);