Files
fedora-infra_ansible/roles/graphite/fedmsg2statsd/files/fedmsg2statsd.service
Ricky Elrod af9c909c18 right port
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-06-02 15:07:46 +00:00

16 lines
358 B
Desktop File

[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=on-failure
[Install]
WantedBy=multi-user.target