summaryrefslogtreecommitdiffstats
path: root/sites/elchstats.nsupdate.info/carbon.service
blob: d7087d41f2b56ee220ee1dd2d39805a81c820963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Graphite Carbon
After=network.target

[Service]
Type=forking
User=graphite
Group=graphite
RemainAfterExit=yes
PIDFile=/opt/graphite/storage/carbon-cache-a.pid
ExecStart=/opt/graphite/bin/carbon-cache.py start
ExecStop=/opt/graphite/bin/carbon-cache.py stop

[Install]
WantedBy=multi-user.target