10 lines
203 B
Bash
10 lines
203 B
Bash
|
#!/usr/bin/with-contenv bash
|
||
|
|
||
|
envsubst '
|
||
|
$DANTE_LISTEN_INTERFACE
|
||
|
$DANTE_LISTEN_PORT
|
||
|
$DANTE_FORWARD_INTERFACE
|
||
|
' < /etc/dante/danted.conf.template > /etc/dante/danted.conf
|
||
|
|
||
|
sockd -f /etc/dante/danted.conf
|