fix(contrib): added missing hyphen in OpenRC script that caused crashes on startup (#5906)

Signed-off-by: Ant <marxguey@proton.me>
This commit is contained in:
ant 2026-08-08 12:40:05 -07:00 committed by GitHub
parent 0f4c9b8212
commit a0bf78cdea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
name=$RC_SVCNAME
command="/opt/navidrome/${RC_SVCNAME}"
command_args="-datafolder /opt/navidrome"
command_args="--datafolder /opt/navidrome"
command_user="${RC_SVCNAME}"
pidfile="/var/run/${RC_SVCNAME}.pid"
output_log="/opt/navidrome/${RC_SVCNAME}.log"