1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
dockerfiles/frp/openwrt/frps

13 lines
281 B
Plaintext
Raw Normal View History

2018-01-24 15:23:18 +02:00
#!/bin/sh /etc/rc.common
# Copyright (C) 2018 EasyPi Software Foundation
START=99
USE_PROCD=1
start_service() {
procd_open_instance
procd_set_param command /usr/bin/frps -c /etc/frp/frps.ini
procd_set_param respawn 3600 5 0
procd_close_instance
}