7 lines
178 B
Bash
Executable File
7 lines
178 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Called on ip-up event on a LAN interface
|
|
# $LANID= LAN connection index
|
|
. /etc/bewan/lib/process
|
|
process_ip_up "superdlna.init" $LANID $Services_SuperDLNA_Interface
|