mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 15:15:11 +02:00
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
|