readme.md
This commit is contained in:
12
README.md
12
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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user