amoralej / rpms / openstack-aodh

Forked from rpms/openstack-aodh 4 years ago
Clone

Blame openstack-aodh-notifier.service

3bbfc1
[Unit]
3bbfc1
Description=OpenStack Alarm notifier service
3bbfc1
After=syslog.target network.target
3bbfc1
3bbfc1
[Service]
3bbfc1
Type=simple
3bbfc1
User=aodh
3bbfc1
ExecStart=/usr/bin/aodh-notifier --logfile /var/log/aodh/notifier.log
3bbfc1
Restart=on-failure
3bbfc1
3bbfc1
[Install]
3bbfc1
WantedBy=multi-user.target
3bbfc1