diff options
author | khronosschoty <khronosschoty@posteo.org> | 2022-02-16 15:25:36 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-17 12:55:24 +0700 |
commit | c21c4098e6f4459992e0e655eb7375c3483a3e1c (patch) | |
tree | a71b16e3196b626b6d9cc80cdd1677317c271719 /libraries/bluez-alsa/README | |
parent | 0545e796e3526cd23731ee16568a27025df065ac (diff) |
libraries/bluez-alsa: Added rc script
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/bluez-alsa/README')
-rw-r--r-- | libraries/bluez-alsa/README | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/libraries/bluez-alsa/README b/libraries/bluez-alsa/README index c30d02528eae8..07c24be1b4a0f 100644 --- a/libraries/bluez-alsa/README +++ b/libraries/bluez-alsa/README @@ -6,7 +6,12 @@ party audio applications. From now on, Bluez acts as a middleware between an audio application, which implements Bluetooth audio profile, and a Bluetooth audio device. -Note: you might want to "start" "/usr/bin/bluealsa" via rc.local -- -for example, add the following line to rc.local: +NOTE: A sample "rc" script is included, and installed in the usual location +i.e. /etc/rc.d -- to use this rc script do the usual: +chmod +x /etc/rc.d/rc.bluez-alsa - /usr/bin/bluealsa & +Then add the following to your rc.local: + # Start bluez-alsa + if [ -x /etc/rc.d/rc.bluez-alsa ]; then + /etc/rc.d/rc.bluez-alsa start + fi |