# Create service targets
.for service in ${SCRIPTS}
. include "${service}.service.mk"
# Service creation targets
. if !target(${service})
${service}: ${_SERVICE}
${service}: ${SERVICE_EXIT} ${_SERVICE}
. endif
# Service creation targets
# Service status targets
. if !target(${service}_status)
${service}_status: ${_SERVICE_STATUS}
. endif
# Service exit targets
. if !target(${service}_exit)
${service}_exit: ${_SERVICE_EXIT} ${DAEMON_${service}_DEPS:S/$/_exit/}