cookbook-monasca-notification/templates/default/monasca-notification.conf.erb
Tim Kuhlman aa66a3c20a If zookeeper is not accessible respawn is too fast for the default settings.
Change-Id: I8b3d1e7fa671b47e42fa449c63255b141b0ab207
2014-08-29 13:39:33 -06:00

15 lines
313 B
Plaintext

# Startup script for the monasca_notification
description "Monasca Notification daemon"
start on runlevel [2345]
console log
respawn
kill timeout 240
respawn limit 25 5
setgid <%= node[:monasca_notification][:group] %>
setuid <%= node[:monasca_notification][:user] %>
exec /usr/local/bin/monasca-notification