You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.
It can be killed if you use the PID of (/usr/bin/php5 ... whippet-server/lib/router.php). It seems like there are actually 3 processes that spawn when whippet-server is ran, due to one process calling another to get it fully running. It may be possible to rejig things so that there is only one process ...
In the mean time, an easier way to get the PID of what you need to kill, is use sudo lsof -i :8000
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Run whippet-server. Get the PID of the main process (the /usr/bin/php .../whippet.php one).
Then try this:
Neither of those do anything. But pressing ^C works.
This makes it difficult to kill whippet-server after running tests.
The text was updated successfully, but these errors were encountered: