#!/bin/sh
[ -f ./conf ] && . ./conf
: ${HOME:=/var/lib/victoria-logs/}

exec chpst -o 8192 -u _vlogs -C "$HOME" \
        victoria-logs ${OPTS} 2>&1
