summarylogtreecommitdiffstats
path: root/netbox-system.service
diff options
context:
space:
mode:
Diffstat (limited to 'netbox-system.service')
-rw-r--r--netbox-system.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/netbox-system.service b/netbox-system.service
index 520924d27eef..9f395fc0cef9 100644
--- a/netbox-system.service
+++ b/netbox-system.service
@@ -6,7 +6,7 @@ After=network.target
User=netbox
Type=simple
PIDFile=/run/netbox/netbox.pid
-ExecStart=/usr/bin/gunicorn-python2 -c /etc/netbox/gunicorn_config.py --pythonpath /opt/netbox -p /run/netbox/netbox.pid netbox.wsgi
+ExecStart=/usr/bin/gunicorn -c /etc/netbox/gunicorn_config.py --pythonpath /opt/netbox -p /run/netbox/netbox.pid netbox.wsgi
[Install]
WantedBy=multi-user.target