openstack-aodh/openstack-aodh-notifier.service

14 lines
248 B
Desktop File

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