@cryptotaxi247 / netdata-1 / commits / 2194455ae

Update synology.md (#19989)

some steps are required only for older versions of DSM

ycdtosa committed Mar 29, 2025 at 14:11 UTC 2194455aef7c8fa07c8f86587f142085908317f5
1 file changed +14 -3
packaging/installer/methods/synology.md
+14 -3
@@ -12,7 +12,14 @@ The good news is that our
12 works fine if your NAS is one that uses the amd64 architecture. It
13 will install the content into `/opt/netdata`, making future removal safe and simple.
14
15 -## Run as netdata user
15 +It your NAS is up-to-date, running at least DSM 7.2.2, the latest kickstart script takes care of everything.
16 +You can start/stop the netdata service using the installed `systemd` and the service runs under the `netdata` user.
17 +
18 +## Older systems
19 +
20 +Older versions of DSM and the kickstart scripts did require some extra steps.
21 +
22 +### Run as netdata user
23
24 When Netdata is first installed, it will run as _root_. This may or may not be acceptable for you, and since other
25 installations run it as the `netdata` user, you might wish to do the same. This requires some extra work:
@@ -34,10 +41,14 @@ installations run it as the `netdata` user, you might wish to do the same. This
41 /etc/rc.netdata restart
42 ```
43
37 -## Create startup script
44 +### Create startup script
45
46 Additionally, as of 2018/06/24, the Netdata installer doesn't recognize DSM as an operating system, so no init script is
40 -installed. You'll have to do this manually:
47 +installed.
48 +
49 +DSM versions at the time where using upstart, so an upstart script was required.
50 +
51 +You'll have to do this manually:
52
53 1. Add [this file](https://gist.github.com/oskapt/055d474d7bfef32c49469c1b53e8225f) as `/etc/rc.netdata`. Make it
54 executable with `chmod 0755 /etc/rc.netdata`.