| 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 |
| + |