ansible/roles/graphite/fedmsg2statsd/files/fedmsg2statsd.service
Ricky Elrod 1edc5e744f change this to always
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-07-01 19:55:57 +00:00

15 lines
354 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=always
[Install]
WantedBy=multi-user.target