openwrtv4/openwrt/package/srelay/files/srelay.init
Waldemar Brodkorb b4a71641ca fine tune package, add example conf
SVN-Revision: 1916
2005-09-14 10:09:37 +00:00

5 lines
81 B
Bash
Executable file

#!/bin/sh
if [ -f /etc/srelay.conf ];then
srelay -c /etc/srelay.conf -r -s
fi