d8511a3d7c 2022-05-30 arcade: _service_plain: .USE
cbff0b494f 2023-08-18 arcade: chroot -u ${DAEMON_$@_USER} -g ${DAEMON_$@_GROUP} ${DAEMON_$@_CWD} $${CMD} ${DAEMON_$@_FLAGS} ${DAEMON_$@_BACKGROUND}
d8511a3d7c 2022-05-30 arcade:
1ae31ed8a2 2025-03-10 arcade: _service_plain_status: .USE
d8511a3d7c 2022-05-30 arcade: echo "Plain service status doesn't work right now."
d8511a3d7c 2022-05-30 arcade:
1ae31ed8a2 2025-03-10 arcade: _service_plain_exit: .USEBEFORE
1ae31ed8a2 2025-03-10 arcade: export CMD="chroot -u ${DAEMON_$@_USER} -g ${DAEMON_$@_GROUP} ${DAEMON_$@_CWD} $${CMD} ${DAEMON_$@_FLAGS}"