File: //etc.defaults/init/pkg-SynologyApplicationService-notification_send.conf
cgroup cpuacct "pkgctl-SynologyApplicationService"
cgroup memory "pkgctl-SynologyApplicationService"
description "Synology Application Service notification send daemon"
author "Web Infrastructure Team"
console log
expect fork
respawn
respawn limit 5 10
kill timeout 120
pre-start script
echo "Start notification_send ......"
end script
exec /usr/local/bin/notification_send
post-stop script
echo "Stop notification_send ......"
end script
# vim:ft=upstart