This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# hekad - http://hekad.readthedocs.org/en/latest/ -- The hekad daemon is the core component of the heka project | |
# | |
# Configure hekad in /etc/heka.d/ | |
start on runlevel [2345] | |
stop on runlevel [!2345] | |
respawn | |
respawn limit unlimited |