From d40e499de56a44371976aaf2d62b0532af5b9cc9 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:14:09 +0100 Subject: [PATCH] Update BUILD.md --- BUILD.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 603ac4e4..9e6448cf 100644 --- 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`: ``` -- 2.47.3