Simplify the systemctl commands

This commit is contained in:
Jeremy Stretch
2020-02-26 14:38:25 -05:00
parent 48a470d966
commit 67ef7557a6
3 changed files with 5 additions and 10 deletions

View File

@@ -88,8 +88,7 @@ This script:
Finally, restart the gunicorn and RQ services:
```no-highlight
# sudo systemctl restart netbox
# sudo systemctl restart netbox-rq
# sudo systemctl restart netbox netbox-rq
```
!!! note