#!/sbin/openrc-run
name="sh-web"
description="Search engine web frontend"
supervisor=supervise-daemon
command=/usr/bin/sh-web
command_user=searchhut:searchhut
directory="/usr/share/searchhut"
start_pre() {
[ -n "$error_log" ] && checkpath -f -o $command_user "$error_log"
}