aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2015-01-12 20:54:47 +0000
committerLukas Nykryn <lnykryn@redhat.com>2015-01-13 09:56:33 +0100
commitcc8710da5e426d2e092d0621f03f67af6ffdcc27 (patch)
tree820025d33b7259323e6524867867fc8bcb33ec18 /systemd
parent1f230a3d2e2733e30577c91645005801ab2c0f40 (diff)
downloadinitscripts-cc8710da5e426d2e092d0621f03f67af6ffdcc27.tar
initscripts-cc8710da5e426d2e092d0621f03f67af6ffdcc27.tar.gz
initscripts-cc8710da5e426d2e092d0621f03f67af6ffdcc27.tar.bz2
initscripts-cc8710da5e426d2e092d0621f03f67af6ffdcc27.tar.xz
initscripts-cc8710da5e426d2e092d0621f03f67af6ffdcc27.zip
fedora-readonly: Updates for systemd random-seed handling
Since: commit ef5bfcf668e6029faa78534dfeb2591df854cdef Author: Lennart Poettering <lennart@poettering.net> Date: Tue Sep 17 17:28:35 2013 -0500 backlight,random-seed: move state files into /var/lib/systemd Let's not scatter (private) files in /var around, let's place them all in /var/lib/systemd and below. the location for the random-seed file has changed. Since: commit c35b956d34bbb8bb208e49e45de2c103ca11911c Author: Lennart Poettering <lennart@poettering.net> Date: Wed May 15 22:38:51 2013 +0200 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. the service has just been called systemd-random-seed.service
Diffstat (limited to 'systemd')
-rw-r--r--systemd/system/fedora-readonly.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/system/fedora-readonly.service b/systemd/system/fedora-readonly.service
index 680eace0..7a079445 100644
--- a/systemd/system/fedora-readonly.service
+++ b/systemd/system/fedora-readonly.service
@@ -2,7 +2,7 @@
Description=Configure read-only root support
DefaultDependencies=no
Conflicts=shutdown.target
-Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup.service local-fs.target systemd-random-seed-load.service
+Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup.service local-fs.target systemd-random-seed.service
After=systemd-remount-fs.service
[Service]