Annotation For plain.starter.mk
Logged in as anonymous

Lines of plain.starter.mk from check-in be5654b61b that are changed by the sequence of edits moving toward check-in cbff0b494f:

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