mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-15 15:05:13 +02:00
4 lines
101 B
Bash
4 lines
101 B
Bash
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec 2>&1
|
|
exec miniupnpd ${OPTS:=-f /etc/miniupnpd/miniupnpd.conf}
|