From ca2cab5dcd3d29f45992a439f54e48faad764c6e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 14 Aug 2010 19:17:37 +0200 Subject: random-seed: add little tool for saving/loading random seed on shutdown/boot, but don't enable it by default --- units/systemd-random-seed-load.service.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 units/systemd-random-seed-load.service.in (limited to 'units/systemd-random-seed-load.service.in') diff --git a/units/systemd-random-seed-load.service.in b/units/systemd-random-seed-load.service.in new file mode 100644 index 0000000000..4d5841d6f5 --- /dev/null +++ b/units/systemd-random-seed-load.service.in @@ -0,0 +1,20 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +[Unit] +Description=Load Random Seed +DefaultDependencies=no +After=local-fs.target +Conflicts=shutdown.target +Before=shutdown.target + +[Service] +Type=oneshot +ExecStart=-@rootlibexecdir@/systemd-random-seed load + +[Install] +WantedBy=sysinit.target -- cgit v1.2.3-54-g00ecf