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

