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