mirror of
https://github.com/netdata/netdata.git
synced 2025-04-03 04:55:33 +00:00
docs(start-stop-restart): fix restart typo (#19555)
fix(start-stop-restart): fix restart typo
This commit is contained in:
parent
768ad06d7e
commit
0a6a837a1e
1 changed files with 5 additions and 5 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue