[Bug 292456] net-mgmt/netdata upgrade to 2.8.5

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 16 Jan 2026 15:52:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292456

--- Comment #9 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Another hack is to create script:
/usr/local/etc/rc.d/NETDATA
#!/bin/sh

# PROVIDE: NETDATA
# REQUIRE: mysql8 unbound powerdns php-fpm rspamd crowdsec
# BEFORE: netdata

User must edit REQUIRE field.

https://man.freebsd.org/cgi/man.cgi?query=rcorder&sektion=8
https://serverfault.com/questions/527981/how-to-change-rc-d-startup-order-in-freebsd

-- 
You are receiving this mail because:
You are the assignee for the bug.