diff options
Diffstat (limited to 'daemon/README.md')
-rw-r--r-- | daemon/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/README.md b/daemon/README.md index ec1f1c7cc..359b3ea39 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 |