Artifact fde94af6beb711543067ca008f59949b33216e031bce52cfb4127d45f4d22542:
- File svc.starter.mk — part of check-in [04f7295047] at 2022-05-30 13:17:07 on branch trunk — finalize order, service names, naming, defaults etc. (user: arcade, size: 409) [annotate] [blame] [check-ins using]
_service_svc: .USE svc list $@ | grep -q $@ || \ svc -u ${DAEMON_$@_USER:Uroot} -g ${DAEMON_$@_GROUP:Uwheel} ${DAEMON_$@_RESTART:D-r} ${DAEMON_$@_RESTART} init $@ ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS} ${DAEMON_$@_FOREGROUND} _service_svc_status: .USE svc status ${@:S/_status//} _service_svc_exit: .USEBEFORE svc list ${@:S/_exit//} | grep -q ${@:S/_exit//} || true && \ svc -s exit ${@:S/_exit//}