]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update TROUBLESHOOTING.md 645/head
authorCharles <32498151+charlesomer@users.noreply.github.com>
Fri, 12 Jan 2018 14:30:04 +0000 (14:30 +0000)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2018 14:30:04 +0000 (14:30 +0000)
TROUBLESHOOTING.md

index 97cbc2a04923cbc9237b0acdb05131299cc6b651..0494faef6a29cd86ff063feea4763ad0e599013a 100644 (file)
@@ -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**