0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-03 04:55:33 +00:00

docs(start-stop-restart): fix restart typo ()

fix(start-stop-restart): fix restart typo
This commit is contained in:
Lucky 2025-02-02 21:40:23 +01:00 committed by GitHub
parent 768ad06d7e
commit 0a6a837a1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`