summaryrefslogtreecommitdiffstats
path: root/testing/minidlna/minidlna.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/minidlna/minidlna.initd')
-rw-r--r--testing/minidlna/minidlna.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/minidlna/minidlna.initd b/testing/minidlna/minidlna.initd
index a31c5aea9..523655190 100644
--- a/testing/minidlna/minidlna.initd
+++ b/testing/minidlna/minidlna.initd
@@ -3,7 +3,7 @@
name="MiniDLNA"
configfile="${CONFIG:-/etc/minidlna.conf}"
start_stop_daemon_args="--user ${M_USER:-minidlna} --group ${M_GROUP:-minidlna}"
-command=/usr/sbin/minidlna
+command=/usr/sbin/minidlnad
command_args="-f ${configfile}"
depend() {