mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
15 lines
314 B
Bash
15 lines
314 B
Bash
|
# 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
|