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 47 and 48 Created Aug. 22, 2017, 8:33 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
« no previous file with comments | « modules/adblockplus/manifests/web/mimeo.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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=Registers infromation received by an http/s petition.
+
+[Service]
+ExecStart=/usr/local/bin/mimeo.py '--response=<%= @response %>' '--format=<%= @format %>' '--port=<%= @port %>' /var/adblockplus/mimeo/data
+
+[Install]
+WantedBy=multi-user.target
+
« no previous file with comments | « modules/adblockplus/manifests/web/mimeo.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld