cookbook-monasca-notification/templates/default/mon-notification.conf.erb
2014-05-12 10:01:04 -06:00

14 lines
274 B
Plaintext

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