Re: [systemd-devel] [PATCH][v1]random-seed: Save random seed as early as possible

2015-06-20 Thread cee1
Hi Lennart, A second thought, splitting systemd-random-seed.service into: 1. systemd-random-seed-load.service: which only do the seed loading job 2. systemd-random-seed-save.service: which will save a new seed, and is After, but not Requires or Wants systemd-random-seed-load.service Both of the

[systemd-devel] [PATCH][v1]random-seed: Save random seed as early as possible

2015-06-19 Thread cee1
Hi all, As discussed at http://lists.freedesktop.org/archives/systemd-devel/2015-June/033075.html, this patch saves seed with ** good ** random number as early as possible, as opposed to the original behavior, which saves a random number when shutdown. Note: 1. If seed loading failed, it will