mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
minidlna: fix runit service: run with -d to not daemonize.
This commit is contained in:
parent
2a842a923b
commit
1b65f4ea1c
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec minidlnad 1>&2
|
exec minidlnad -d 1>&2
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'minidlna'
|
# Template file for 'minidlna'
|
||||||
pkgname=minidlna
|
pkgname=minidlna
|
||||||
version=1.1.4
|
version=1.1.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--with-db-path=/var/db/minidlna
|
--with-db-path=/var/db/minidlna
|
||||||
|
|
Loading…
Add table
Reference in a new issue