blob: f728999724ab4bda139c3fd95c0431cf2eb11a4f [file] [log] [blame]
# {{ service_name }}
description "{{ service_name }}"
{%- if automatic_starting %}
start on runlevel [2345]
stop on runlevel [!2345]
{%- endif %}
respawn
exec /usr/bin/collectd -f -C {{ config_file }}