From 0a6a837a1e99093e0f5566dfc0a35b079173d628 Mon Sep 17 00:00:00 2001
From: Lucky <14868134+L-U-C-K-Y@users.noreply.github.com>
Date: Sun, 2 Feb 2025 21:40:23 +0100
Subject: [PATCH] docs(start-stop-restart): fix restart typo (#19555)

fix(start-stop-restart): fix restart typo
---
 docs/netdata-agent/start-stop-restart.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/netdata-agent/start-stop-restart.md b/docs/netdata-agent/start-stop-restart.md
index 21bf443a09..e1202595aa 100644
--- a/docs/netdata-agent/start-stop-restart.md
+++ b/docs/netdata-agent/start-stop-restart.md
@@ -10,11 +10,11 @@ The Netdata Agent automatically starts at boot after installation.
 
 ### Using `systemctl`, `service`, or `init.d`
 
-| Action  | Systemd                        | Non-systemd                  |
-|---------|--------------------------------|------------------------------|
-| start   | `sudo systemctl start netdata` | `sudo service netdata start` |
-| stop    | `sudo systemctl stop netdata`  | `sudo service netdata stop`  |
-| restart | `sudo systemctl stop netdata`  | `sudo service netdata stop`  |
+| Action  | Systemd                         | Non-systemd                    |
+|---------|---------------------------------|--------------------------------|
+| start   | `sudo systemctl start netdata`  | `sudo service netdata start`   |
+| stop    | `sudo systemctl stop netdata`   | `sudo service netdata stop`    |
+| restart | `sudo systemctl restart netdata`| `sudo service netdata restart` |
 
 ### Using `netdata`