# File lib/specinfra/command/ubuntu/base/service.rb, line 7
    def create(os_info=nil)
      if (os_info || os)[:release].to_i < 15
        self
      else
        Specinfra::Command::Ubuntu::V15::Service
      end
    end