branch Attitude Adjustment packages
[12.09/packages.git] / libs / howl / files / autoipd.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006-2011 OpenWrt.org
3
4 START=50
5
6 # XXX: pid-file is /var/run/autoipd-<INTERFACE>.pid
7 SERVICE_USE_PID=
8
9 start() {
10         service_start /usr/sbin/autoipd
11 }
12 stop() {
13         service_stop /usr/sbin/autoipd
14 }
15