diff --git a/feeds/tip/firstcontact/files/etc/init.d/firstcontact b/feeds/tip/firstcontact/files/etc/init.d/firstcontact index f55cbaff0..453475204 100755 --- a/feeds/tip/firstcontact/files/etc/init.d/firstcontact +++ b/feeds/tip/firstcontact/files/etc/init.d/firstcontact @@ -1,18 +1,9 @@ #!/bin/sh /etc/rc.common -START=99 - USE_PROCD=1 PROG=/usr/bin/ucode start_service() { - [ -f /etc/ucentral/capabilities.json ] || { - mkdir -p /etc/ucentral/ - /usr/share/ucentral/capabilities.uc - } - - /usr/share/ucentral/ucentral.uc /etc/ucentral/ucentral.cfg.0000000001 > /dev/null - procd_open_instance procd_set_param command "$PROG" -l uci -l fs /usr/share/ucentral/firstcontact.uc procd_set_param respawn 1 10 0