diff options
Diffstat (limited to 'openwrt/dolmetsch-ctl/files/dolmetschctl-client.init')
-rwxr-xr-x | openwrt/dolmetsch-ctl/files/dolmetschctl-client.init | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/dolmetsch-ctl/files/dolmetschctl-client.init b/openwrt/dolmetsch-ctl/files/dolmetschctl-client.init index 837d427..fade639 100755 --- a/openwrt/dolmetsch-ctl/files/dolmetschctl-client.init +++ b/openwrt/dolmetsch-ctl/files/dolmetschctl-client.init @@ -1,4 +1,6 @@ #!/bin/sh /etc/rc.common +START=99 +STOP=1 USE_PROCD=1 @@ -6,7 +8,7 @@ PROG=/usr/bin/dolmetschctl-client start_service() { procd_open_instance - procd_set_param command $PROG -m hw:0,0,0 -o 192.168.1.27:1234 + procd_set_param command $PROG -m hw:0,0,0 -o 192.168.17.1:1234 procd_set_param respawn procd_set_param stdout 1 procd_set_param stderr 1 |