Artifact d5314c345b650cc397172d75d43142d67c936a72a3d47cc08ba700fec10419e9:
- File plain.starter.mk — part of check-in [1ae31ed8a2] at 2025-03-10 16:49:22 on branch trunk — service startup/shutdown, bmake updates (user: arcade, size: 363) [annotate] [blame] [check-ins using]
_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}"