Closed stevenharman closed 1 year ago
I went over to cssbundling-rails
to make the exec
change there too, and realized @defeated already did it! 😂 And they used a more widely-available shell, so I've added that here too. Happy to squash these together if y'all prefer.
Use
exec
to invokeforeman
to make surebin/dev
is replaced by theforeman
process. This ensures thatforeman
getsbin/dev
's pid (so it's cleaned up properly) and that interrupts and signals (likectrl+c
) are handled correctly byforeman
(to shut down child processes).