From b485aab7e71c1625cfc27e0f92c9509f42378458 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 13:19:16 +0200 Subject: Adding upstream version 1.45.3+dfsg. Signed-off-by: Daniel Baumann --- system/openrc/init.d/netdata.in | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'system/openrc/init.d/netdata.in') diff --git a/system/openrc/init.d/netdata.in b/system/openrc/init.d/netdata.in index 8dede179c..23d1a56cb 100644 --- a/system/openrc/init.d/netdata.in +++ b/system/openrc/init.d/netdata.in @@ -6,10 +6,9 @@ NETDATA_PIDFILE="@localstatedir_POST@/run/netdata/netdata.pid" description="Run the Netdata system monitoring agent." -extra_started_commands="reload rotate save" +extra_started_commands="reload rotate" description_reload="Reload health configuration." description_rotate="Reopen log files." -description_save="Force sync of database to disk." command_prefix="@sbindir_POST@" command="${command_prefix}/netdata" @@ -70,10 +69,3 @@ rotate() { "Failed to reopen Netdata log files" \ SIGHUP } - -save() { - run_cmd save-database \ - "Saving Netdata database" \ - "Failed to save Netdata database" \ - SIGUSR1 -} -- cgit v1.2.3