summaryrefslogtreecommitdiffstats
path: root/sites/elchstats.nsupdate.info/graphite-web.service
blob: 798f82bac3abd8289cf084331ca112d5af69542b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Graphite Web
After=network.target

[Service]
Type=simple
User=graphite
Group=graphite
#RemainAfterExit=yes
Environment=PYTHONPATH=/opt/graphite/webapp
ExecStart=/usr/bin/django-admin.py runserver 0.0.0.0:8080 --settings=graphite.settings
TimeoutSec=45s
Restart=always

[Install]
WantedBy=multi-user.target