1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #2382 from consentfactory/develop

Fixed typo for supervisorctl
This commit is contained in:
Jeremy Stretch
2018-08-22 11:41:12 -04:00
committed by GitHub

View File

@ -12,5 +12,5 @@ While NetBox has many configuration settings, only a few of them must be defined
Configuration settings may be changed at any time. However, the NetBox service must be restarted before the changes will take effect:
```no-highlight
# sudo supervsiorctl restart netbox
# sudo supervisorctl restart netbox
```