summarylogtreecommitdiffstats
path: root/netbox-system.service
diff options
context:
space:
mode:
Diffstat (limited to 'netbox-system.service')
-rw-r--r--netbox-system.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/netbox-system.service b/netbox-system.service
deleted file mode 100644
index 9f395fc0cef9..000000000000
--- a/netbox-system.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Netbox Daemon
-After=network.target
-
-[Service]
-User=netbox
-Type=simple
-PIDFile=/run/netbox/netbox.pid
-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