码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu18.04 rtslib-fb-targetctl开机restore

时间:2019-09-11 19:52:04      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:str   strong   系统启动   res   $1   config   restore   The   ubuntu   

cat /etc/rc0.d/K01rtslib-fb-targetctl

case "$1" in
start)
    check_configfs_module
    check_configfs_mounted
    log_daemon_msg "Loading $DESC" "$NAME"
    ${DAEMON} restore
    if [ $? -gt 0 ] ; then
        log_end_msg 1
        exit 1
    fi
    log_end_msg 0
;;

系统启动时,会调用targetctl restore来恢复saveconfig.json中的内容到targetcli

ubuntu18.04 rtslib-fb-targetctl开机restore

标签:str   strong   系统启动   res   $1   config   restore   The   ubuntu   

原文地址:https://www.cnblogs.com/longchang/p/11508104.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!