summarylogtreecommitdiffstats
path: root/netbox-system.service
blob: 303b4813784770f9c49d684e9ee0e26fdf10b956 (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=/usr/bin/gunicorn -c /etc/netbox/gunicorn_config.py netbox.wsgi

[Install]
WantedBy=multi-user.target