13 lines
388 B
Plaintext
13 lines
388 B
Plaintext
on boot
|
|
# Notification LED
|
|
chown system system /sys/class/leds/white/brightness
|
|
chmod 660 /sys/class/leds/white/brightness
|
|
|
|
service light-hal-2-0 /vendor/bin/hw/android.hardware.light@2.0-service.msm8953
|
|
interface android.hardware.light@2.0::ILight default
|
|
class hal
|
|
user system
|
|
group system
|
|
# shutting off lights while powering-off
|
|
shutdown critical
|