15 lines
354 B
Desktop File
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
|