Skip to content

Commit

Permalink
DOCKER-124 sdc-docker missing --abort_on_uncaught_exception
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsdon committed Feb 1, 2015
1 parent 9eb8bd5 commit afe536b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion smf/method/docker
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ PATH=/usr/sbin:/usr/bin; export PATH

case "$1" in
'start')
/usr/bin/ctrun -l child -o noorphan /opt/smartdc/docker/build/node/bin/node /opt/smartdc/docker/lib/docker.js &
/usr/bin/ctrun -l child -o noorphan \
/opt/smartdc/docker/build/node/bin/node \
--abort_on_uncaught_exception \
/opt/smartdc/docker/lib/docker.js &
;;

'stop')
Expand Down

0 comments on commit afe536b

Please sign in to comment.