diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2013-12-06 09:33:23 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2013-12-06 09:36:15 +0000 |
commit | 852a1a74e5b532965abd604ba5a0a7baa81eefcb (patch) | |
tree | 85dd083f35fdac1b1662b65b9489b635e3f294ec /testing/minidlna/minidlna.initd | |
parent | e74994e0562cf1974a2f9040906d3d09f74356b6 (diff) | |
download | aports-852a1a74e5b532965abd604ba5a0a7baa81eefcb.tar.bz2 aports-852a1a74e5b532965abd604ba5a0a7baa81eefcb.tar.xz |
testing/minidlna: fixed bin name in the initd, added conf file and sqlite dir
Diffstat (limited to 'testing/minidlna/minidlna.initd')
-rw-r--r-- | testing/minidlna/minidlna.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/minidlna/minidlna.initd b/testing/minidlna/minidlna.initd index a31c5aea97..5236551907 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() { |