From: Charles <32498151+charlesomer@users.noreply.github.com> Date: Fri, 12 Jan 2018 14:30:04 +0000 (+0000) Subject: Update TROUBLESHOOTING.md X-Git-Tag: 3.2RC1~21^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F645%2Fhead;p=thirdparty%2Fshairport-sync.git Update TROUBLESHOOTING.md --- diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 97cbc2a0..0494faef 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -114,6 +114,21 @@ You need to disable the `shairport-sync` service because the timer is calling th ``` See also #179, with thanks to @maumi and others. +**Alternative Solution** + +- Edit Shairport Sync service file `sudo nano /lib/systemd/system/shairport-sync.service` +- Update the service section to include the line `ExecStartPre=/bin/sleep 5` + +Example: + +``` +[Service] +ExecStartPre=/bin/sleep 5 +ExecStart=/usr/local/bin/shairport-sync +User=pi +Group=pi +``` + ### Stuttering audio on certain USB DACs (such as the Creative Soundblaster MP3+) **Problem**