1c04940f9c
Changelog: https://github.com/netdata/netdata/releases/tag/v2.8.5 - Add the rc script "netdata_required" to start netdata after the services it needs to monitor: add required services after "REQUIRE: LOGIN" in this file. - Add "--no-same-owner --no-same-permissions" to EXTRACT_AFTER_ARGS. PR: 292456 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
8 lines
124 B
Bash
8 lines
124 B
Bash
#!/bin/sh
|
|
|
|
# PROVIDE: netdata_required
|
|
# REQUIRE: LOGIN
|
|
# BEFORE: netdata
|
|
|
|
# Add required services after "REQUIRE: LOGIN".
|