 Issue 29504594:
  #2687 - Include mimeo python module  (Closed)
    
  
    Issue 29504594:
  #2687 - Include mimeo python module  (Closed) 
  | 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 %>' '--format=<%= @format.to_s %>' '--port=<%= @port.to_i %>' '<%= @output.to_s %>' | 
| + | 
| +[Install] | 
| +WantedBy=multi-user.target | 
| + |