]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update BUILD.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 3 Jun 2025 16:14:09 +0000 (17:14 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Jun 2025 16:14:09 +0000 (17:14 +0100)
BUILD.md

index 603ac4e4eeb687b366c94b00668f33c86403605f..9e6448cf4055cf5f2237c991d5aee47cd4845ccf 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -223,12 +223,14 @@ On an unattended system, this difficulty can be overcome by using automatic user
 
 #### Enable Shairport Sync as a System Service
 
-If your system does not have either PipeWire or PulseAudio installed (see how to check above), then you you can enable Shairport Sync as a system service that starts automatically when the system boots up. To do so -- assuming you have followed the build guide successfully -- enter the following command:
+If your system does not have either PipeWire or PulseAudio installed (see how to check above), then you can enable Shairport Sync as a system service that starts automatically when the system boots up. To do so -- assuming you have followed the build guide successfully -- enter the following command:
 ```
 # systemctl enable shairport-sync
 ```
 This enables Shairport Sync to start automatically when the system boots up. Please remember, this will not work if PipeWire or PulseAudio are installed on your system.
 
+You should not enable Shairport Sync as a user service and a system service at the same time!
+
 ### FreeBSD
 To make the `shairport-sync` daemon load at startup, add the following line to `/etc/rc.conf`:
 ```