File plain.starter.mk artifact d5314c345b part of check-in 1fa07fe6a0
_service_plain: .USE chroot -u ${DAEMON_$@_USER} -g ${DAEMON_$@_GROUP} ${DAEMON_$@_CWD} $${CMD} ${DAEMON_$@_FLAGS} ${DAEMON_$@_BACKGROUND} _service_plain_status: .USE echo "Plain service status doesn't work right now." _service_plain_exit: .USEBEFORE export CMD="chroot -u ${DAEMON_$@_USER} -g ${DAEMON_$@_GROUP} ${DAEMON_$@_CWD} $${CMD} ${DAEMON_$@_FLAGS}"