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.to_json %>' '-- format=<%= @format %>' '--port=<%= @port%>' <%= @log_file %> | |
mathias
2017/08/18 08:47:47
This is not what we discussed and a bad copy of my
f.lopez
2017/08/19 00:51:02
Well what you suggested is documented and it's sup
mathias
2017/08/19 15:06:08
I have no idea what you mean. I did not mention an
| |
6 | |
7 [Install] | |
8 WantedBy=multi-user.target | |
9 | |
OLD | NEW |