#!/sbin/openrc-run supervisor=supervise-daemon name="frps" description="A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet." command="/usr/bin/frps" command_args="$frps_opts" command_user=frps:frps directory="/var/lib/$RC_SVCNAME" depend() { need net localmount after firewall }