#!/sbin/openrc-run supervisor=supervise-daemon name=smithy command="smithy" command_args="serve --config /etc/smithy.yml" pidfile="/run/$name.pid" command_user="git:www" depend() { need net after firewall }