subiquity/system_setup/server
Jean-Baptiste Lallement 6cc8c6169b Fix crash with autoinstall on non-systemd env
On WSL and any system without systemd the server crashes becauses
the syslog id is always set (and never None) and systemd cat cannot
connect to the journal.
We cant set the id to None because the API expects a string, so the
check "is not None" is always true.

Co-authored-by: Didier Roche <didrocks@ubuntu.com>
2021-10-04 13:09:24 -07:00
..
controllers Block shutdown controller on installation done 2021-09-28 09:32:39 +02:00
__init__.py Add missing copyrights 2021-08-31 15:52:03 +02:00
server.py Fix crash with autoinstall on non-systemd env 2021-10-04 13:09:24 -07:00