Page MenuHomePhabricator

Do not background the process while serving
ClosedPublic

Authored by jasonbcox on Jun 15 2020, 19:45.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABCWEB91754eba80ae: 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

Diff Detail

Repository
rABCWEB Bitcoin ABC Website
Lint
Lint Not Applicable
Unit
Tests Not Applicable