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 11 Created Aug. 8, 2017, 2:48 a.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/bin/python3 /opt/mimeo/mimeo.py --response=<%= @response %> --log_format=<%= @format %> --port=<%= @port%> <%= @log_file %>
mathias 2017/08/08 07:51:46 This looks really prone to error due to configurat
f.lopez 2017/08/09 19:50:48 Jesus, I did look for something like this and was
+
+[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