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 %> --log _format=<%= @format %> --port=<%= @port%> <%= @log_file %> | |
mathias
2017/08/08 07:51:46
This looks really prone to error due to configurat
f.lopez
2017/08/09 19:50:48
Jesus, I did look for something like this and was
| |
6 | |
7 [Install] | |
8 WantedBy=multi-user.target | |
9 | |
OLD | NEW |