discourse/bin
Sam Saffron fb8d1f35a4 DEV: support USR2 to restart unicorn in dev mode
In dev mode sending USR2 to the unicorn master supervisor process will
restart unicorn.

This allows a simple script like this to restart unicorn in dev:

```
#!/usr/bin/env bash

kill -s USR2 `ps aux | grep ruby\ bin\/unicorn | grep -v grep | awk '{print $2}'`
```
2019-09-11 17:35:58 +10:00
..
docker Fix docker image name (#8058) 2019-09-04 16:19:48 +10:00
bundle DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
notify_file_change DEV: support symlinked plugins in bin/rake autospec 2019-05-03 13:51:07 +10:00
rails DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
rake DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
rspec DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
turbo_rspec FIX: Turbo tests exit codes 2019-07-09 08:51:23 +01:00
unicorn DEV: support USR2 to restart unicorn in dev mode 2019-09-11 17:35:58 +10:00