#stop_service, #update
13 14 15 16
# File 'lib/ttk/services/FetcherServer.rb', line 13 def start_service(uri, repository) @front = Fetchers::Server.new(self, repository) super(uri) end