#!/bin/sh
chown -R runit-log:adm '/var/log/runit/bcron-update'
chmod 750 '/var/log/runit/bcron-update'
chmod u+rw,g+r,o-rwx '/var/log/runit/bcron-update'/*
exec chpst -u runit-log svlogd -tt '/var/log/runit/bcron-update'
