mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-27 18:30:52 +00:00
3fb12c3049
Signed-off-by: xionglei6 <xionglei6@huawei.com>
24 lines
538 B
INI
Executable File
24 lines
538 B
INI
Executable File
{
|
|
"jobs" : [{
|
|
"name" : "reboot",
|
|
"cmds" : [
|
|
"stopAllServices true",
|
|
"sync ",
|
|
"umount /vendor",
|
|
"umount /data MNT_FORCE",
|
|
"sync "
|
|
]
|
|
}, {
|
|
"name" : "suspend",
|
|
"cmds" : [
|
|
"stopAllServices false",
|
|
"sync ",
|
|
"umount /vendor",
|
|
"umount /data MNT_FORCE",
|
|
"sync "
|
|
]
|
|
}
|
|
],
|
|
"services" : []
|
|
}
|