aa66a3c20a
Change-Id: I8b3d1e7fa671b47e42fa449c63255b141b0ab207
15 lines
313 B
Plaintext
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
|