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 comment 38 Created Aug. 20, 2017, 11:51 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
mathias 2017/08/21 07:37:43 Does it?
f.lopez 2017/08/21 19:54:13 Done.
+
+[Service]
+ExecStart=/usr/local/bin/mimeo.py '--response=<%= @response %>' '--format=<%= @format %>' '--port=<%= @port %>' '<%= @output %>'
+
+[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