func (daemon *Daemon) reloadLiveRestore(txn *reloadTxn, newCfg *configStore, conf *config.Config, attributes map[string]string) error {
    // update corresponding configuration
    if conf.IsValueSet("live-restore") {
        newCfg.LiveRestoreEnabled = conf.LiveRestoreEnabled
    }