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

Side by Side Diff: modules/adblockplus/templates/mimeo.service.erb

Issue 29504594: #2687 - Include mimeo python module (Closed)
Patch Set: For comments 33 to 35 Created Aug. 19, 2017, 12:53 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [Unit]
2 Description=Service that handles formating and parsing of logs
3
4 [Service]
5 ExecStart=/usr/local/bin/mimeo.py '--response=<%= @response.to_s %>' '--format=< %= @format.to_s %>' '--port=<%= @port.to_i %>' '<%= @output.to_s %>'
6
7 [Install]
8 WantedBy=multi-user.target
9
OLDNEW
« modules/adblockplus/files/mimeo.py ('K') | « modules/adblockplus/manifests/web/mimeo.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld