2010-08-15 00:17:37 +07:00
|
|
|
# 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
|
2010-09-28 08:18:23 +07:00
|
|
|
Wants=local-fs.target
|
2010-08-15 00:17:37 +07:00
|
|
|
Conflicts=shutdown.target
|
2010-09-29 06:30:41 +07:00
|
|
|
After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target
|
2010-10-07 08:47:39 +07:00
|
|
|
Before=basic.target shutdown.target
|
2010-08-15 00:17:37 +07:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2010-08-17 08:29:46 +07:00
|
|
|
ExecStart=@rootlibexecdir@/systemd-random-seed load
|