void-packages/srcpkgs/minidlna/files/minidlnad/run
Peter Bui 609a23e105 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 00:38:28 -05:00

2 lines
33 B
Bash

#!/bin/sh
exec minidlnad -S 2>&1