summaryrefslogtreecommitdiff
path: root/TROUBLESHOOTING.md
diff options
context:
space:
mode:
authorCharles <32498151+charlesomer@users.noreply.github.com>2018-01-12 14:30:04 +0000
committerGitHub <noreply@github.com>2018-01-12 14:30:04 +0000
commitd3c97c40467baedba12ba5edf7280e728e4fda72 (patch)
tree26ab8d234b7eff96ba15297d69740b6456072373 /TROUBLESHOOTING.md
parent52b32417b1669a1271f411f2e18d0d37fb6fb29d (diff)
Update TROUBLESHOOTING.md
Diffstat (limited to 'TROUBLESHOOTING.md')
-rw-r--r--TROUBLESHOOTING.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md
index 97cbc2a..0494fae 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**