- # Name is the Process Name
- #
- Name = 'Netbox'
- # ConfigPath is the path to the gunicorn config file.
- #
- ConfigPath=/opt/netbox/gunicorn.conf
- # WorkingDirectory is the Working Directory for Netbox.
- #
- WorkingDirectory=/opt/netbox/
- # PidPath is the path to the pid for the netbox WSGI
- #
- PidPath=/opt/netbox/netbox.pid
|