1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/community/frp/frps.initd
2021-07-05 04:43:56 +00:00

18 lines
289 B
Text

#!/sbin/openrc-run
name=frps
description="frp server"
command="/usr/bin/$name"
supervisor=supervise-daemon
: ${cfgfile:=/etc/frp/$RC_SVCNAME.ini}
command_args="-c $cfgfile"
pidfile="/run/$RC_SVCNAME.pid"
: ${respawn_delay:=5}
: ${respawn_max:=0}
depend() {
need net
after firewall
}