upstream/openstack/python-gnocchi/centos/files/gnocchi-statsd.service
Angie Wang 71aaf7b58c Integrate gnocchi for OpenStack Telemetry
Add python-gnocchi and python-gnocchiclient.
Update in python-openstackclient:
 Remove the support of celiometer CLI extensions.
Update in python-ceilometer:
 Install ceilometer publisher instead of dispatcher.

Story: 2002825
Task: 22871
Depends-On: https://review.openstack.org/587279

Change-Id: I3b0dde2c8668f7e623bcf128a13010b26667d802
Signed-off-by: Don Penney <don.penney@windriver.com>
Signed-off-by: Jack Ding <jack.ding@windriver.com>
2018-07-31 18:15:07 -04:00

13 lines
243 B
Desktop File

[Unit]
Description=Gnocchi statsd service
After=syslog.target network.target
[Service]
Type=simple
User=gnocchi
ExecStart=/usr/bin/gnocchi-statsd --log-file /var/log/gnocchi/statsd.log
Restart=on-failure
[Install]
WantedBy=multi-user.target