1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-08 23:06:56 +00:00
freebsd-ports/net/rtsp_proxy/files/rtsp_proxy.sh
Bill Fumerola 28766f8c52 I copied this from being a patch to being a file. Boy do I feel silly that
I forgot to stript the patch information from it.

Submitted by:	maintainer
1999-06-17 12:50:54 +00:00

3 lines
150 B
Bash

#!/bin/sh
[ -x /usr/local/sbin/rtsp_proxy ] && /usr/local/sbin/rtsp_proxy > /dev/null & && echo $! > /var/run/rtsp_proxy.pid && echo -n ' rtsp_proxy'