summaryrefslogtreecommitdiffstats
path: root/system/openrc/init.d
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:08:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:08:18 +0000
commit5da14042f70711ea5cf66e034699730335462f66 (patch)
tree0f6354ccac934ed87a2d555f45be4c831cf92f4a /system/openrc/init.d
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-5da14042f70711ea5cf66e034699730335462f66.tar.xz
netdata-5da14042f70711ea5cf66e034699730335462f66.zip
Merging upstream version 1.45.3+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'system/openrc/init.d')
-rw-r--r--system/openrc/init.d/netdata.in10
1 files changed, 1 insertions, 9 deletions
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
-}