openwrt_archive/libs/howl/files/mDNSResponder.init
Nicolas Thill 998a949b80 packages/howl: use new service functions
SVN-Revision: 28904
2011-11-09 23:25:17 +00:00

15 lines
194 B
Bash

#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org
START=50
SERVICE_USE_PID=1
start() {
service_start /usr/sbin/mDNSResponder
}
stop() {
service_stop /usr/sbin/mDNSResponder
}