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

Unified Diff: modules/adblockplus/templates/mimeo.service.erb

Issue 29504594: #2687 - Include mimeo python module (Closed)
Patch Set: For comments 28 to 30 Created Aug. 16, 2017, 4:14 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/adblockplus/templates/mimeo.service.erb
===================================================================
new file mode 100644
--- /dev/null
+++ b/modules/adblockplus/templates/mimeo.service.erb
@@ -0,0 +1,9 @@
+[Unit]
+Description=Service that handles formating and parsing of logs
+
+[Service]
+ExecStart=/usr/local/bin/mimeo.py '--response=<%= @response.to_s.to_json %>' '--format=<%= @format %>' '--port=<%= @port%>' <%= @log_file %>
mathias 2017/08/18 08:47:47 This is not what we discussed and a bad copy of my
f.lopez 2017/08/19 00:51:02 Well what you suggested is documented and it's sup
mathias 2017/08/19 15:06:08 I have no idea what you mean. I did not mention an
+
+[Install]
+WantedBy=multi-user.target
+
« modules/adblockplus/manifests/web/mimeo.pp ('K') | « modules/adblockplus/manifests/web/mimeo.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld