mirror of https://github.com/OpenIPC/firmware.git
Autostart video system
parent
3adaa6e3dd
commit
55409b307d
|
@ -35,10 +35,10 @@ start() {
|
||||||
#
|
#
|
||||||
logger -s -p daemon.info -t grainmedia "Loading of kernel modules and initialization of the video system has started"
|
logger -s -p daemon.info -t grainmedia "Loading of kernel modules and initialization of the video system has started"
|
||||||
export TZ=$(cat /etc/TZ)
|
export TZ=$(cat /etc/TZ)
|
||||||
#load_grainmedia
|
load_grainmedia
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#load_majestic
|
load_majestic
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
|
Loading…
Reference in New Issue