When executing a command "$ sudo systemctl start netbox.service" netbox.service don't start:
[XXX ~]$ sudo systemctl status netbox.service -l
● netbox.service - NetBox WSGI Service
Loaded: loaded (/etc/systemd/system/netbox.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2020-01-27 11:51:53 MSK; 24s ago
Docs:
https://netbox.readthedocs.io/en/stable/ Process: 5922 ExecStart=/usr/local/bin/gunicorn --pid /var/tmp/netbox.pid --pythonpath /opt/netbox/netbox --config /opt/netbox/gunicorn.py netbox.wsgi (code=exited, status=217/USER)
Main PID: 5922 (code=exited, status=217/USER)