This website requires JavaScript.
Explore
Help
Sign in
jcgruenhage
/
void-packages
Watch
1
Star
0
Fork
You've already forked void-packages
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
10bf0ba049
void-packages
/
srcpkgs
/
minidlna
/
files
/
minidlnad
/
run
3 lines
33 B
Text
Raw
Normal View
History
Unescape
Escape
New package: minidlna-1.1.4 (#1471)
2015-05-01 14:24:13 +00:00
#!/bin/sh
minidlna: use -S instead of -d, redirect stderr to stdout 1. -S runs minidlnad in the foreground without excessing logging (-d) 2. Redirecting stderr to stdout allows users to log output via svlogd
2016-01-10 05:38:28 +00:00
exec minidlnad -S 2>&1
Reference in a new issue
Copy permalink