We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d305ce4 commit d3f7b4dCopy full SHA for d3f7b4d
devices/gl-inet/GL-MT300N-V2/init.d/node64_client
@@ -5,6 +5,6 @@ STOP=01
5
start_service() {
6
procd_open_instance
7
procd_set_param respawn ${threshold:-20} ${timeout:-5} ${retry:-3}
8
- procd_set_param command /usr/bin/python3 "/opt/ipv64_client/ipv64_client.py" "Node #Secret"
+ procd_set_param command /usr/bin/python3 "/opt/node64_client/node64.py" "Node #Secret"
9
procd_close_instance
10
}
0 commit comments