mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
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:
parent
0f4c9b8212
commit
a0bf78cdea
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user