HomePhabricator

Do not background the process while serving

Description

Do not background the process while serving

Summary:
It doesn't make any sense to do this since:

  • The user is forced to kill the process manually when they are done.
  • The terminal instructs the user to Ctrl-C to kill the server, when in fact it does not work.

Test Plan:

make serve

Ctrl-C should kill the server as expected.
Verify the process is no longer running:

ps aux | grep jekyll

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D6591

Details

Provenance
jasonbcoxAuthored on Jun 15 2020, 19:37
jasonbcoxPushed on Jun 15 2020, 21:07
Reviewer
Restricted Project
Differential Revision
D6591: Do not background the process while serving
Parents
rABCWEB097ee65c4cc1: Remove redundant configs
Branches
Unknown
Tags
Unknown