summaryrefslogtreecommitdiff
path: root/units/systemd-random-seed-save.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-25 14:24:56 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-25 14:28:50 +0200
commit0e0320e04500d1e68630b3973714f14cfb7b3450 (patch)
tree3539fd7fb20ee672bbf6f096b74a6def5c5df7b0 /units/systemd-random-seed-save.service.in
parent93a1d735aca5584a005d851f12cb0b8c7bb5e5ca (diff)
units: rename halt/hibernate/kexec/poweroff/reboot/suspend to systed-xxx
These service units also execute our own code, hence rename the accordingly and prefix them with systemd-
Diffstat (limited to 'units/systemd-random-seed-save.service.in')
-rw-r--r--units/systemd-random-seed-save.service.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/units/systemd-random-seed-save.service.in b/units/systemd-random-seed-save.service.in
index 05b3c6147..3444d4ce7 100644
--- a/units/systemd-random-seed-save.service.in
+++ b/units/systemd-random-seed-save.service.in
@@ -9,10 +9,9 @@
Description=Save Random Seed
Documentation=man:systemd-random-seed-load.service(8) man:random(4)
DefaultDependencies=no
-After=systemd-random-seed-load.service
-Before=shutdown.target
-Conflicts=systemd-random-seed-load.service
RequiresMountsFor=@RANDOM_SEED@
+After=systemd-remount-fs.service systemd-random-seed-load.service
+Before=final.target
[Service]
Type=oneshot