1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-13 06:46:46 +03:00
openwrt-xburst/package/rarpd/files/rarpd.init

8 lines
107 B
Plaintext
Raw Normal View History

#!/bin/sh
RARPD=/usr/sbin/rarpd
DEFAULT=/etc/default/rarpd
[ -f $DEFAULT ] && . $DEFAULT
$RARPD $OPTIONS