systemd-random-seed-load.service.in revision e096bf2f95c1cb553bb6f3ea370d450397e441e6
5680N/A# This file is part of systemd.
5680N/A#
5680N/A# systemd is free software; you can redistribute it and/or modify it
5680N/A# under the terms of the GNU General Public License as published by
5680N/A# the Free Software Foundation; either version 2 of the License, or
5680N/A# (at your option) any later version.
5680N/A
5680N/A[Unit]
5680N/ADescription=Load Random Seed
5680N/ADefaultDependencies=no
5680N/AWants=local-fs.target
5680N/AConflicts=shutdown.target
5680N/AAfter=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target
5680N/ABefore=sysinit.target shutdown.target
5680N/A
5680N/A[Service]
5680N/AType=oneshot
5680N/AExecStart=@rootlibexecdir@/systemd-random-seed load
5680N/A