diff --git a/roles/graphite/fedmsg2statsd/files/fedmsg2statsd.service b/roles/graphite/fedmsg2statsd/files/fedmsg2statsd.service index d0ecf9c36f..6781529403 100644 --- a/roles/graphite/fedmsg2statsd/files/fedmsg2statsd.service +++ b/roles/graphite/fedmsg2statsd/files/fedmsg2statsd.service @@ -4,7 +4,7 @@ After=network.target Documentation=https://github.com/fedora-infra/fedmsg2statsd/ [Service] -ExecStart=/opt/fedmsg2statsd/.cabal-sandbox/bin/fedmsg2statsd localhost 2003 tcp://hub.fedoraproject.org:9940 +ExecStart=/opt/fedmsg2statsd/.cabal-sandbox/bin/fedmsg2statsd localhost 8125 tcp://hub.fedoraproject.org:9940 Type=simple User=nobody Group=nobody