45258a547e49bbd778b56059b9c0b39da07ece74
[openwrt/svn-archive/packages.git] / multimedia / tvheadend / files / tvheadend.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2012 OpenWrt.org
3 # This is free software, licensed under the GNU General Public License v2.
4 # See /LICENSE for more information.
5 #
6
7 START=80
8
9 start() {
10 service_start /usr/bin/tvheadend -f -c /etc/tvheadend
11 }
12
13 stop() {
14 service_stop /usr/bin/tvheadend
15 }