#!/bin/ksh # managed by Ansible daemon="{{ rc_cmd }}" daemon_flags="{{ rc_args }}" daemon_user="{{ rc_user }}" daemon_dir="{{ rc_dir }}" rc_bg="{{ "YES" if rc_dir is defined else "NO" }}" {% if rc_strictpexp is defined and rc_strictpexp %} pexp="${daemon} ${daemon_flags}" {% endif %} . /etc/rc.d/rc.subr {% if rc_dir is defined %} rc_start() { ${rcexec} "cd ${daemon_dir} ; pwd ; ${daemon} ${daemon_flags}" } {% endif %} rc_cmd $1