Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: modules/adblockplus/templates/mimeo.service.erb

Issue 29504594: #2687 - Include mimeo python module (Closed)
Left Patch Set: For comment 26 Created Aug. 14, 2017, 7:01 p.m.
Right Patch Set: For comments 47 and 48 Created Aug. 22, 2017, 8:33 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « modules/adblockplus/manifests/web/mimeo.pp ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [Unit] 1 [Unit]
2 Description=Service that handles formating and parsing of logs 2 Description=Registers infromation received by an http/s petition.
3 3
4 [Service] 4 [Service]
5 ExecStart=/usr/local/bin/mimeo.py '--response=<%= @response.to_s.to_json %>' '-- format=<%= @format %>' '--port=<%= @port%>' <%= @log_file %> 5 ExecStart=/usr/local/bin/mimeo.py '--response=<%= @response %>' '--format=<%= @f ormat %>' '--port=<%= @port %>' /var/adblockplus/mimeo/data
6 6
7 [Install] 7 [Install]
8 WantedBy=multi-user.target 8 WantedBy=multi-user.target
9 9
LEFTRIGHT

Powered by Google App Engine
This is Rietveld