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:
parent
6d0ac4b58b
commit
167c100dae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue