packages/net/seeks/files/seeks.init

13 lines
161 B
Plaintext
Raw Normal View History

#!/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
}