#!/bin/sh
[ -r conf ] && . ./conf
exec 2>&1
exec chpst -u _languagetool:_languagetool /usr/bin/languagetool ${OPTS:=--http --config /etc/languagetool.properties --allow-origin}
