summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2014-03-09 12:07:20 +0100
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:09 +0200
commit28393e7bbb7f729a4cc7f6c710d75df5f1ce80dd (patch)
treea9262caa79c4e9d92f1ae524fde40bde5c5dc5f3 /media-tv/sundtek-tv/files/sundtek.initd
parentFix paths in fvwm-crystal. Bump noscript (diff)
downloadmv-28393e7bbb7f729a4cc7f6c710d75df5f1ce80dd.tar.gz
mv-28393e7bbb7f729a4cc7f6c710d75df5f1ce80dd.tar.bz2
mv-28393e7bbb7f729a4cc7f6c710d75df5f1ce80dd.zip
Add sundtek-tv. Bump squashmount
Diffstat (limited to 'media-tv/sundtek-tv/files/sundtek.initd')
-rw-r--r--media-tv/sundtek-tv/files/sundtek.initd17
1 files changed, 17 insertions, 0 deletions
diff --git a/media-tv/sundtek-tv/files/sundtek.initd b/media-tv/sundtek-tv/files/sundtek.initd
new file mode 100644
index 00000000..13a3b31c
--- /dev/null
+++ b/media-tv/sundtek-tv/files/sundtek.initd
@@ -0,0 +1,17 @@
+#!/sbin/runscript
+
+description="sundtek TV mediaclient"
+#command=/opt/bin/mediasrv
+#command_args="-d --pluginpath /opt/bin"
+
+start() {
+ ebegin "Starting ${SVCNAME}"
+ /opt/bin/mediaclient --start=4
+ eend $?
+}
+
+stop() {
+ ebegin "Stopping ${SVCNAME}"
+ /opt/bin/mediaclient --shutdown
+ eend $?
+}