1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/roxen/files/roxen.sh.in

8 lines
152 B
Bash
Raw Normal View History

#!/bin/sh
roxen=%%PREFIX%%/roxen/server
if [ -x $roxen/start ]; then
( cd $roxen; ./start --log-dir=/var/log/roxen ) > /dev/null
echo -n ' Roxen'
fi