mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-23 23:09:23 +00:00
add wansview q5 2k and xiaomi aw200
This commit is contained in:
14
devices/t31_lite_wansview-q5-2k/general/overlay/etc/init.d/S90autonight
Executable file
14
devices/t31_lite_wansview-q5-2k/general/overlay/etc/init.d/S90autonight
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
autonight -d 3
|
||||
;;
|
||||
stop)
|
||||
kill -9 $(pidof autonight)
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {start|stop}"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user