httpd -DFOREGROUND でフォアグラウンド起動するのか。 おお、これで daemontools 化できる。
runスクリプト。
#!/bin/sh APACHE=/usr/iekei/apache2 PATH=/usr/iekei/daemontools/bin:$PATH exec env - PATH=/usr/iekei/bin:$APACHE/bin:$PATH \ chroot /r httpd -DFOREGROUND
※ ↑これじゃダメだった。後日修正。