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