#!/bin/sh # mathopd/run # daemontools run script for mathopd http server # wcm, 2004.02.11 - 2004.02.11 # === exec 2>&1 echo "*** Starting mathopd..." exec /usr/local/sbin/mathopd \ -f /usr/local/etc/mathopd.conf \ -n ### that's all, folks!