| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 [Unit] | 1 [Unit] |
| 2 Description=Service that handles formating and parsing of logs | 2 Description=Registers infromation received by an http/s petition. |
| 3 | 3 |
| 4 [Service] | 4 [Service] |
| 5 ExecStart=/usr/bin/python3 /opt/mimeo/mimeo.py --response=<%= @response %> --log _format=<%= @format %> <%= @port%> --log_file=<%= @log_file %> | 5 ExecStart=/usr/local/bin/mimeo.py '--response=<%= @response %>' '--format=<%= @f ormat %>' '--port=<%= @port %>' /var/adblockplus/mimeo/data |
| 6 | 6 |
| 7 [Install] | 7 [Install] |
| 8 WantedBy=multi-user.target | 8 WantedBy=multi-user.target |
| 9 | 9 |
| LEFT | RIGHT |