The mirrorlist_server no longer supports --debug

With the '--debug' switch the client access were logged to syslog and
to a logfile. The latest MM2 no longer logs this to syslog and removed
the '--debug' switch.

Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
Adrian Reber 2015-12-16 19:38:13 +00:00
parent 6d0ac4b58b
commit 167c100dae

View file

@ -2,4 +2,4 @@
[Service]
# systemd needs an empty ExecStart= to be able to overwrite ExecStart=
ExecStart=
ExecStart=/usr/bin/python2 /usr/share/mirrormanager2/mirrorlist_server.py --debug -l /var/log/mirrormanager/mirrorlist.log
ExecStart=/usr/bin/python2 /usr/share/mirrormanager2/mirrorlist_server.py -l /var/log/mirrormanager/mirrorlist.log