From: Lennart Poettering Date: Wed, 15 May 2013 20:38:51 +0000 (+0200) Subject: units: rework systemd-random-seed-{load,save}.service to be a single service X-Git-Tag: v205~237 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c35b956d34bbb8bb208e49e45de2c103ca11911c;hp=c35b956d34bbb8bb208e49e45de2c103ca11911c;p=elogind.git units: rework systemd-random-seed-{load,save}.service to be a single service That way ordering it with MountsRequiredFor= works properly, as this no longer results in mount units start requests to be added to the shutdown transaction that conflict with stop requests for the same unit. ---