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