From d3c97c40467baedba12ba5edf7280e728e4fda72 Mon Sep 17 00:00:00 2001 From: Charles <32498151+charlesomer@users.noreply.github.com> Date: Fri, 12 Jan 2018 14:30:04 +0000 Subject: [PATCH] Update TROUBLESHOOTING.md --- TROUBLESHOOTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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** -- 2.47.2