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-save.service.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 units/systemd-random-seed-save.service.in (limited to 'units/systemd-random-seed-save.service.in') diff --git a/units/systemd-random-seed-save.service.in b/units/systemd-random-seed-save.service.in new file mode 100644 index 0000000000..654c859e22 --- /dev/null +++ b/units/systemd-random-seed-save.service.in @@ -0,0 +1,19 @@ +# 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=Save Random Seed +DefaultDependencies=no +Before=poweroff.service reboot.service halt.service killall.service +Conflicts=systemd-random-seed-save.service + +[Service] +Type=oneshot +ExecStart=-@rootlibexecdir@/systemd-random-seed save + +[Install] +WantedBy=shutdown.target -- cgit v1.2.3-54-g00ecf