diff options
Diffstat (limited to 'openwrt/dolmetsch-ctl/files/dolmetschctl.init')
-rwxr-xr-x | openwrt/dolmetsch-ctl/files/dolmetschctl.init | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/dolmetsch-ctl/files/dolmetschctl.init b/openwrt/dolmetsch-ctl/files/dolmetschctl.init index 7a2bfc9..8b4b365 100755 --- a/openwrt/dolmetsch-ctl/files/dolmetschctl.init +++ b/openwrt/dolmetsch-ctl/files/dolmetschctl.init @@ -1,4 +1,6 @@ #!/bin/sh /etc/rc.common +START=99 +STOP=1 USE_PROCD=1 |