Skip to content

Commit

Permalink
Merge pull request #1908 from obehr/patch-1
Browse files Browse the repository at this point in the history
Correct paths in configuration.rst
  • Loading branch information
Chris authored Dec 30, 2022
2 parents 6f1f6f8 + a6709dc commit b5fdb04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sphinx/userguide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Best practice procedure
.. code-block:: bash
# Make sure the Jukebox service is stopped
$ systemctl --user stop jukebox
$ systemctl --user stop jukebox-daemon
# Edit the file(s)
$ nano ../shared/jukebox.yaml
$ nano ./shared/settings/jukebox.yaml
# Start Jukebox in console and check the log output (optional)
$ ./run_jukebox.py
$ ./src/jukebox/run_jukebox.py
# and if OK, press Ctrl-C and restart the service
# Restart the service
Expand Down

0 comments on commit b5fdb04

Please sign in to comment.