summarylogtreecommitdiffstats
path: root/graphite-api.service
blob: 355038e6782de305374901afde1ce600c322cff3 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Graphite-api daemon
After=network.target

[Service]
ExecStart=/usr/bin/gunicorn -w2 graphite_api.app:app -b 0.0.0.0:8888
Type=simple

[Install]
WantedBy=multi-user.target