docs: Use pkill instead of line noise

This commit is contained in:
Stein Magnus Jodal 2014-01-11 21:40:17 +01:00
parent bc31a42c49
commit 74d04d4e2f

View File

@ -20,8 +20,7 @@ Stopping Mopidy
To stop Mopidy, press ``CTRL+C`` in the terminal where you started Mopidy. To stop Mopidy, press ``CTRL+C`` in the terminal where you started Mopidy.
Mopidy will also shut down properly if you send it the TERM signal, e.g. by Mopidy will also shut down properly if you send it the TERM signal, e.g. by
using ``kill``:: using ``pkill``::
kill `ps ax | grep mopidy | grep -v grep | cut -d' ' -f1` pkill mopidy
This can be useful e.g. if you create init script for managing Mopidy.