diff --git a/config/unicorn_launcher b/config/unicorn_launcher index c214b49afae..e0c277c9c77 100755 --- a/config/unicorn_launcher +++ b/config/unicorn_launcher @@ -28,7 +28,7 @@ export UNICORN_SUPERVISOR_PID=$$ trap on_exit EXIT trap on_reload USR2 -unicorn -c $1 & +unicorn $@ & UNICORN_PID=$! echo "supervisor pid: $UNICORN_SUPERVISOR_PID unicorn pid: $UNICORN_PID"