peripheral_manager: remove peripheral_led_normal init script; its functionality is moved to done

This commit is contained in:
Sukru Senli 2018-01-02 14:21:31 +01:00
parent 2c89c33e2a
commit 4114221ec2

View file

@ -1,15 +0,0 @@
#!/bin/sh /etc/rc.common
START=99
USE_PROCD=0
NAME=peripheral_led_normal
start_service() {
ubus -t 2 wait_for led.status
ubus call led.status set '{"state":"ok"}'
ubus -t 2 wait_for button
}