if use_uptime:
            with salt.utils.files.fopen('/proc/uptime', 'r') as fp_:
                finish_uptime = float(fp_.readline().split()[0])