summaryrefslogtreecommitdiffstats
path: root/roles/graphite/fedmsg2statsd/files/fedmsg2statsd.service
blob: ff11560c4c8abb4f23f863658c1f8a398fd131b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=fedmsg to statsd proxy
After=network.target
Documentation=https://github.com/fedora-infra/fedmsg2statsd/

[Service]
ExecStart=/opt/fedmsg2statsd/.cabal-sandbox/bin/fedmsg2statsd localhost 8125 tcp://hub.fedoraproject.org:9940
Type=simple
User=nobody
Group=nobody
LimitNOFILE=160000
Restart=always

[Install]
WantedBy=multi-user.target