Artifact bccda731375cdfde8a5277732989646c8048db4631c3f508616d3c08ac7e14eb:
- File plain.starter.mk — part of check-in [cbff0b494f] at 2023-08-18 14:44:32 on branch trunk — change service handling to accept multiple command names (user: arcade, size: 294) [annotate] [blame] [check-ins using]
_service_plain: .USE chroot -u ${DAEMON_$@_USER} -g ${DAEMON_$@_GROUP} ${DAEMON_$@_CWD} $${CMD} ${DAEMON_$@_FLAGS} ${DAEMON_$@_BACKGROUND} _service_status: .USE echo "Plain service status doesn't work right now." _service_exit: .USEBEFORE echo "Plain service exit doesn't work right now."