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/mimeo.data |
mathias
2017/08/21 20:07:39
Just call it `data` or use another character (`-`
f.lopez
2017/08/22 16:52:43
Done.
|
+ |
+[Install] |
+WantedBy=multi-user.target |
+ |