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

[Service]
User=netbox
Type=simple
WorkingDirectory=/var/lib/netbox
ExecStart=/usr/bin/gunicorn -w 2 -b unix:/run/netbox/netbox.sock --pythonpath /var/lib/netbox netbox.wsgi

[Install]
WantedBy=multi-user.target