# File lib/facter/util/uptime.rb, line 6
  def self.get_uptime_seconds_unix
    uptime_proc_uptime or uptime_sysctl or uptime_executable
  end