| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 [Unit] | |
| 2 Description=Service that handles formating and parsing of logs | |
| 3 | |
| 4 [Service] | |
| 5 ExecStart=/usr/bin/python3 /opt/mimeo/mimeo.py '--response=<%= @response.to_s.to _json %>' '--format=<%= @format %>' '--port=<%= @port%>' <%= @log_file %> | |
| 6 | |
| 7 [Install] | |
| 8 WantedBy=multi-user.target | |
| 9 | |
| OLD | NEW |