Some repositories couldn't be updated, please check application logs for details.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
1 2 3 4 5 6 7 8 9 10
[Unit] Description=linux-status [Service] Type=simple WorkingDirectory=/srv/linux-status ExecStart=/usr/bin/python3 -m http.server --cgi 18101 [Install] WantedBy=multi-user.target