]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Remove the redundant "--log-to-syslog" setting from the startup script [skip ci]
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 23 Jul 2026 17:00:06 +0000 (19:00 +0200)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 23 Jul 2026 17:00:17 +0000 (19:00 +0200)
scripts/shairport-sync.freebsd

index 7f5360842329567842dcb11cf1bfb92a27cce502..0b74f95032027eb6be29ce451e8477aec0762015 100644 (file)
@@ -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