From 74d04d4e2f48452211f7aab08cfc8a13d829cdbf Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 11 Jan 2014 21:40:17 +0100 Subject: [PATCH] docs: Use pkill instead of line noise --- docs/running.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/running.rst b/docs/running.rst index 266545b2..488a0959 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -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.