~dbungert/casper:set-nice

Last commit made on 2023-04-28
Get this branch:
git clone -b set-nice https://git.launchpad.net/~dbungert/casper
Only Dan Bungert can upload to this branch. If you are Dan Bungert please log in for upload directions.

Branch merges

Branch information

Name:
set-nice
Repository:
lp:~dbungert/casper

Recent commits

eb5ef85... by Dan Bungert

changelog

e91a56f... by Dan Bungert

md5check: set nice

The md5check is running at the same time as the early parts of the
installer. This risks making the system feel less responsive.
Set md5check to Nice=19.

f896918... by Dan Bungert

d/changelog: fix to match archive

5aaf45b... by Simon Quigley

Sync with the archive.

c8389b4... by Sebastien Bacher

releasing package casper version 1.478

817def7... by Sebastien Bacher

Use --try-or-install in the systemd unit of the new desktop installer

https://github.com/canonical/ubuntu-desktop-installer/issues/1307

873f626... by Dan Bungert

releasing package casper version 1.477

0dc0697... by Dan Bungert

md5check: back to Type=oneshot

The Type=simple change wasn't needed to see the startup time
improvement. Move back to Type=oneshot to restore the completion event.

432b270... by Michael Hudson-Doyle

releasing package casper version 1.476

0b0b418... by Dan Bungert

md5check: start after multi-user.target

Change casper-md5check to Type=Simple to take advantage of the alternate
interpretation of what started means relative to Type=oneshot. This
should allow us to reach multi-user.target sooner, especially for users
where the md5 check is slow.

Then, use After to delay casper-md5check just a little longer, which
should further improve the time it takes to reach multi-user.target.

(LP: #1986781)