Lines of plain.starter.mk from check-in d8511a3d7c that are changed by the sequence of edits moving toward check-in be5654b61b:
1: _service_plain: .USE
d8511a3d7c 2022-05-30 2: chroot -u ${DAEMON_$@_USER:Uroot} -g ${DAEMON_$@_GROUP:Uwheel} / ${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."