summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2021-03-03 11:14:14 -0700
committerGitHub <noreply@github.com>2021-03-03 11:14:14 -0700
commit1d003fa0d5111066e1459997c18bb115a036eb94 (patch)
tree5ba84d07418857d0763c360b1fed9020890533db /daemon
parent71e711430cd793daa0599c5f911018889778798b (diff)
Change all refs from service to systemctl (#10703)
Diffstat (limited to 'daemon')
-rw-r--r--daemon/README.md4
-rw-r--r--daemon/config/README.md5
2 files changed, 5 insertions, 4 deletions
diff --git a/daemon/README.md b/daemon/README.md
index ec1f1c7ccc..359b3ea392 100644
--- a/daemon/README.md
+++ b/daemon/README.md
@@ -395,10 +395,10 @@ all programs), edit `netdata.conf` and set:
process nice level = -1
```
-then execute this to restart netdata:
+then execute this to [restart Netdata](/docs/configure/start-stop-restart.md):
```sh
-sudo service netdata restart
+sudo systemctl restart netdata
```
#### Example 2: Netdata with nice -1 on systemd systems
diff --git a/daemon/config/README.md b/daemon/config/README.md
index a1e2b04b5c..b1e790a214 100644
--- a/daemon/config/README.md
+++ b/daemon/config/README.md
@@ -28,10 +28,11 @@ The configuration file is a `name = value` dictionary. Netdata will not complain
## Applying changes
-After `netdata.conf` has been modified, Netdata needs to be restarted for changes to apply:
+After `netdata.conf` has been modified, Netdata needs to be [restarted](/docs/configure/start-stop-restart.md) for
+changes to apply:
```bash
-sudo service netdata restart
+sudo systemctl restart netdata
```
If the above does not work, try the following: