ee616b4e50
$ pkg_info py-zeya Information for inst:py-zeya-0.5 Comment: html5-powered web music server Description: Zeya is a media player that lets you bring your music to any computer with a web browser. The client runs in any browser that supports the HTML5 draft standard technologies (Mozilla Firefox 4.0+, Google Chrome or Chromium 4.0.223+, Microsoft Internet Explorer 6, 7, or 8 with the Google Chrome Frame plugin). OK rpointel@, ajacoutot@
17 lines
280 B
Bash
Executable File
17 lines
280 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $OpenBSD: zeya.rc,v 1.1.1.1 2011/07/14 14:05:50 dcoppa Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/zeya"
|
|
daemon_flags="--path=/var/tmp"
|
|
daemon_user="_zeya"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="${MODPY_BIN} ${daemon}${daemon_flags:+ ${daemon_flags}}"
|
|
|
|
rc_bg=YES
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|