Use ~/bin/racket in daemontools script

This commit is contained in:
Tony Garnock-Jones 2016-11-20 16:52:09 +13:00
parent 367cecb46e
commit 26bba9c255
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
echo "Starting RacketMQ"
exec 2>&1
exec racket server.rkt
exec $HOME/bin/racket server.rkt