packages/restund: use new service functions
[openwrt/svn-archive/archive.git] / net / restund / files / restund.init
1 #!/bin/sh /etc/rc.common
2 #
3 # Copyright (C) 2010-2011 OpenWrt.org
4 # Copyright (C) 2010 Alfred E. Heggestad
5 #
6
7 START=60
8
9 start() {
10 service_start /usr/sbin/restund
11 }
12
13 stop() {
14 service_stop /usr/sbin/restund
15 }