Annotation For svc.starter.mk
Logged in as anonymous

Origin for each line in svc.starter.mk from check-in fb383ef4d2:

d8511a3d7c 2022-05-30        arcade: _service_svc: .USE
be5654b61b 2023-08-18        arcade: 	cd ${DAEMON_$@_CWD} ;\
d8511a3d7c 2022-05-30        arcade: 	svc list $@ | grep -q $@ || \
fb383ef4d2 2025-02-10        arcade: 		svc -u ${DAEMON_$@_USER} -g ${DAEMON_$@_GROUP} ${DAEMON_$@_RESTART:D-r} ${DAEMON_$@_RESTART} init $@ $${CMD} ${DAEMON_$@_FLAGS} ${DAEMON_$@_FOREGROUND} > /dev/null
d8511a3d7c 2022-05-30        arcade: 
d8511a3d7c 2022-05-30        arcade: _service_svc_status: .USE
04f7295047 2022-05-30        arcade: 	svc status ${@:S/_status//}
d8511a3d7c 2022-05-30        arcade: 
d8511a3d7c 2022-05-30        arcade: _service_svc_exit: .USEBEFORE
f49abe7565 2024-12-29        arcade: 	#svc list ${@:S/_exit//} | grep -q ${@:S/_exit//} || true &&
f49abe7565 2024-12-29        arcade: 	lockf -kst 0 /var/run/service.${@:S/_exit//}.pid svc -t 0 kill ${@:S/_exit//} || \
fb383ef4d2 2025-02-10        arcade: 		svc -s exit ${@:S/_exit//} > /dev/null