docs(start-stop-restart): fix restart typo (#19555)
fix(start-stop-restart): fix restart typo
Lucky committed
Feb 2, 2025 at 21:40 UTC
0a6a837a1e99093e0f5566dfc0a35b079173d628
1 file changed
+5
-5
docs/netdata-agent/start-stop-restart.md
+5
-5
@@ -10,11 +10,11 @@ The Netdata Agent automatically starts at boot after installation.
10
11
### Using `systemctl`, `service`, or `init.d`
12
13
-| Action | Systemd | Non-systemd |
14
-|---------|--------------------------------|------------------------------|
15
-| start | `sudo systemctl start netdata` | `sudo service netdata start` |
16
-| stop | `sudo systemctl stop netdata` | `sudo service netdata stop` |
17
-| restart | `sudo systemctl stop netdata` | `sudo service netdata stop` |
13
+| Action | Systemd | Non-systemd |
14
+|---------|---------------------------------|--------------------------------|
15
+| start | `sudo systemctl start netdata` | `sudo service netdata start` |
16
+| stop | `sudo systemctl stop netdata` | `sudo service netdata stop` |
17
+| restart | `sudo systemctl restart netdata`| `sudo service netdata restart` |
18
19
### Using `netdata`
20