ubuntu18.04 rtslib-fb-targetctl开机restore

Posted longchang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu18.04 rtslib-fb-targetctl开机restore相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu18.04网络管理

Ubuntu18.04安装教程

docker:ubuntu18.04 配置phalcon3.4环境

用virtualbox安装Ubuntu18.04虚拟机

Ubuntu18.04 安装OpenCV

ubuntu18.04下载地址