SmartAudio/package/routing/smcroute/files/smcroute.init

12 lines
123 B
Plaintext
Raw Normal View History

2018-07-13 01:31:50 +00:00
#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2010 OpenWrt.org
START=50
start() {
smcroute -d
}
stop() {
smcroute -k
}