14 lines
274 B
Plaintext
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
|