Annotation For plain.starter.mk
Logged in as anonymous

Origin for each line in plain.starter.mk from check-in be5654b61b:

d8511a3d7c 2022-05-30    1: _service_plain: .USE
be5654b61b 2023-08-18    2: 	chroot -u ${DAEMON_$@_USER} -g ${DAEMON_$@_GROUP} ${DAEMON_$@_CWD} ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS} ${DAEMON_$@_BACKGROUND}
d8511a3d7c 2022-05-30    3: 
d8511a3d7c 2022-05-30    4: _service_status: .USE
d8511a3d7c 2022-05-30    5: 	echo "Plain service status doesn't work right now."
d8511a3d7c 2022-05-30    6: 
d8511a3d7c 2022-05-30    7: _service_exit: .USEBEFORE
d8511a3d7c 2022-05-30    8: 	echo "Plain service exit doesn't work right now."