Daemontools infrastructure

This commit is contained in:
Tony Garnock-Jones 2016-11-20 16:48:05 +13:00
parent f9b83c7714
commit 1f7489d0f7
2 changed files with 8 additions and 0 deletions

2
racketmq/log/run Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec multilog t s999999 n500 ./main

6
racketmq/run Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
# Daemontools "run" script
echo "Starting RacketMQ"
exec 2>&1
exec racket server.rkt