Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3339 Add pkill -f jekyll to ways to kill. #3397

Merged
merged 1 commit into from Feb 1, 2015

Commits on Feb 1, 2015

  1. Fixes #3339 Add pkill -f jekyll to ways to kill.

    This shows people how to kill Jekyll without knowing the PID using `pkill` (you could also do `kill -9 $(pgrep -f jekyll)` but that is just the long way around doing `pkill -f` so it shouldn't be shown in the Jekyll logger but can be documented here for people.
    Jordon Bedwell committed Feb 1, 2015
    Copy the full SHA
    9ba9c47 View commit details
    Browse the repository at this point in the history