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

START=99

SERVICE_USE_PID=1

start() {
	mkdir -m 0755 -p /var/log/aprx
	service_start /usr/sbin/aprx
}

stop() {
	service_stop /usr/sbin/aprx
}