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

START=50

SERVICE_DAEMONIZE=1
SERVICE_WRITE_PID=1

start() {
	service_start /usr/bin/vpzone
}

stop() {
	service_stop /usr/bin/vpzone
}