diff --git a/statsd.service b/statsd.service index cc9c8c8..2f7261a 100644 --- a/statsd.service +++ b/statsd.service @@ -1,5 +1,7 @@ [Unit] Description=network daemon to collect metrics +Documentation=https://github.com/etsy/statsd/ +Wants=network.target [Service] User=statsd diff --git a/statsd.spec b/statsd.spec index 952bf71..3ccd6f5 100644 --- a/statsd.spec +++ b/statsd.spec @@ -12,7 +12,7 @@ Name: statsd Version: 0.7.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A simple, lightweight network daemon to collect metrics over UDP License: MIT URL: https://github.com/etsy/statsd/ @@ -152,6 +152,9 @@ fi %changelog +* Tue Oct 17 2017 Piotr Popieluch - 0.7.2-10 +- Add "Wants=network.target" to unitfile RHBZ#1502746 + * Thu Jul 27 2017 Fedora Release Engineering - 0.7.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild