609a23e105
1. -S runs minidlnad in the foreground without excessing logging (-d) 2. Redirecting stderr to stdout allows users to log output via svlogd
2 lines
33 B
Bash
2 lines
33 B
Bash
#!/bin/sh
|
|
exec minidlnad -S 2>&1
|