docs: Use pkill instead of line noise
This commit is contained in:
parent
bc31a42c49
commit
74d04d4e2f
@ -20,8 +20,7 @@ Stopping 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
|
||||
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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user