From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 23 Jul 2026 17:00:06 +0000 (+0200) Subject: Remove the redundant "--log-to-syslog" setting from the startup script [skip ci] X-Git-Tag: 5.2^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94e240297caed4dcdde24f33875afe005724cd94;p=thirdparty%2Fshairport-sync.git Remove the redundant "--log-to-syslog" setting from the startup script [skip ci] --- diff --git a/scripts/shairport-sync.freebsd b/scripts/shairport-sync.freebsd index 7f536084..0b74f950 100644 --- a/scripts/shairport-sync.freebsd +++ b/scripts/shairport-sync.freebsd @@ -13,7 +13,7 @@ rcvar="shairport_sync_enable" # This seems to be necessary in FreeBSD, as the startup system doesn't seem to like dashes ("-") in service names. pidfile="/var/run/shairport-sync.pid" -apptodaemonise="/usr/local/bin/shairport-sync --log-to-syslog" +apptodaemonise="/usr/local/bin/shairport-sync" command="/usr/sbin/daemon" # -S log to syslog; -P store the supervisor PID; -u to specify the user to run the service under