bifrost/step1/templates/init_template.j2
Julia Kreger 591e21ce78 Initial start at first step
A first stab of sort of the items and work required for a first step.
2015-02-24 16:32:27 -05:00

11 lines
343 B
Django/Jinja

start on runlevel [2345]
stop on runlevel [016]
pre-start script
mkdir -p /var/run/{{ item.username }}
chown -R {{ item.username }}:{{ item.username }} /var/run/{{ item.username }}
end script
respawn
respawn limit 2 10
exec start-stop-daemon --start -c {{ item.username }} --exec /usr/local/bin/{{ item.service_name }} -- {{ item.args }}