#!/sbin/openrc-run supervisor=supervise-daemon name="oeffisearch" description="fast and simple tripplanner for the web" PORT=8081 CACHE_PATH=/var/lib/oeffisearch export PORT export CACHE_PATH command="/usr/bin/oeffisearch" command_user=oeffisearch:oeffisearch directory="/var/lib/$RC_SVCNAME" depend() { need net localmount after firewall }