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

START=99

start() {
	service_start /usr/bin/seeks --daemon
}

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