@cryptotaxi247 / netdata-1 / commits / e8ac84e4f

Delete installation instructions specific to FreeNAS (#14826)

Fotis Voutsas committed Mar 29, 2023 at 14:08 UTC e8ac84e4f2b75dd332e49b808b84bbdb81b9804b
1 file changed -27
packaging/installer/methods/freenas.md deleted
-27
@@ -1,27 +0,0 @@
1 -<!--
2 -title: "Install Netdata on FreeNAS"
3 -custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/freenas.md
4 -sidebar_label: "FreeNAS"
5 -learn_status: "Published"
6 -learn_rel_path: "Installation/Install on specific environments"
7 --->
8 -
9 -# Install Netdata on FreeNAS
10 -
11 -On FreeNAS-Corral-RELEASE (>=10.0.3 and <11.3), Netdata is pre-installed.
12 -
13 -To use Netdata, the service will need to be enabled and started from the FreeNAS [CLI](https://github.com/freenas/cli).
14 -
15 -To enable the Netdata service:
16 -
17 -```sh
18 -service netdata config set enable=true
19 -```
20 -
21 -To start the Netdata service:
22 -
23 -```sh
24 -service netdata start
25 -```
26 -
27 -