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

Simplify the systemctl commands

This commit is contained in:
Jeremy Stretch
2020-02-26 14:38:25 -05:00
parent 798ecfc8f0
commit be9df3c07d
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