mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
9e258dd31e
* Closes #2902 - Migrate to systemd from supervisord * Closes #2902 - Migrate to systemd from supervisord * Update systemd unit and environment file * Add gunicorn.conf * Update documentation and CHANGELOG. Moved parameters around on service file * Update Gitignore
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 |