summaryrefslogtreecommitdiffstats
path: root/libs/howl/files/autoipd.init
blob: 4a8ec07d46f8b45ed0494b501c6724ed31ddaac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org

START=50

# XXX: pid-file is /var/run/autoipd-<INTERFACE>.pid
SERVICE_USE_PID=

start() {
	service_start /usr/sbin/autoipd
}
stop() {
	service_stop /usr/sbin/autoipd
}