Skip to content
Snippets Groups Projects
Commit 29fcfda3 authored by Lennart Kramer's avatar Lennart Kramer
Browse files

Replace config

parent fafb4ad0
No related branches found
No related tags found
No related merge requests found
......@@ -93,5 +93,5 @@ RUN for i in $(seq 16); do \
# Add go webserver
COPY ./bin/web ${BIN}/goweb
CMD rm /dev/tty && exec tini ${BIN}/goweb
CMD rm /dev/tty && exec tini ${BIN}/goweb ${BIN}/maxima-optimised
......@@ -29,7 +29,7 @@ char *fork_new_process() {
// the server process doesn't accidentally write into
// sbcl's buffer
// the server should not write anything before it has read this
write(STDOUT_FILENO, "S", 1);
write(STDOUT_FILENO, "\x02", 1);
// while the loop is running, the SIGCHLD handler
// is deactivated so that children are automatically reaped
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment