add `shutdown` keyword to ensure graceful service termination on FreeBSD (#19033)
Ilya Mashchenko committed
Nov 18, 2024 at 18:21 UTC
1550cf48509944f34551aa91ebea4f8aa607bf1e
1 file changed
+1
system/freebsd/rc.d/netdata.in
+1
@@ -4,6 +4,7 @@
4
# PROVIDE: netdata
5
# REQUIRE: DAEMON NETWORKING
6
# BEFORE: LOGIN
7
+# KEYWORD: shutdown
8
9
. /etc/rc.subr
10