#!/bin/sh
sv=tl-hosts
[ -d "/var/log/$sv" ] || install -dm 755 "/var/log/$sv"
exec svlogd -tt "/var/log/$sv"
