summarylogtreecommitdiffstats
path: root/netbox-system.service
blob: 0a9e8f8382a3619c8de9a7cebb21d98fefb0e41e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Netbox Daemon
After=network.target

[Service]
User=netbox
Type=forking
PIDFile=/run/netbox/netbox.pid
ExecStart=gunicorn -c /opt/netbox/gunicorn_config.py /opt/netbox/netbox/netbox.wsgi

[Install]
WantedBy=multi-user.target