#!/bin/sh # howdyd/run # daemontools run script for howdyd service CONLIMIT=13 exec 2>&1 exec setuidgid howdyd softlimit -m2000000 \ tcpserver -v -rh -l0 \ -c ${CONLIMIT} \ -x /etc/tcprules/howdy.cdb \ 0 1789 \ ./howdyd.sh ### that's all, folks!