From decdc62321ff209aff259048ff2cb68f28a2b3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 16 Jan 2022 12:39:13 +0000 Subject: [PATCH] readme.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c9ae31..aa90080 100644 --- a/README.md +++ b/README.md @@ -65,19 +65,21 @@ - Start on boot (as a service) - sudo service bluealsa enable && sudo service bluealsa start + + sudo service bluealsa enable && sudo service bluealsa start - Setup bluealsa-aplay Download/copy file [etc/systemd/system/bluealsaaplay.service](etc/systemd/system/bluealsaaplay.service) to /etc/systemd/system/ - Enable service on boot - *if used with squeezelite only one can be used on boot* + *if used with squeezelite only one can be used on boot* - sudo systemctl enable bluealsaaplay + sudo systemctl enable bluealsaaplay - Start service *if used with squeezelite only one can be running* - sudo systemctl start bluealsaaplay + + sudo systemctl start bluealsaaplay - bluealsa-aplay and squeelite - squeelite on boot @@ -88,7 +90,7 @@ sudo sh -c 'systemctl stop squeezelite; systemctl start bluealsaaplay' - - change to squeezelite + - change to squeezelite sudo sh -c 'systemctl stop bluealsaaplay; systemctl start squeezelite'