]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-random-seed.service.in
zsh_completion: Split out zsh _coredumpctl
[thirdparty/systemd.git] / units / systemd-random-seed.service.in
CommitLineData
ca2cab5d
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
ca2cab5d
LP
6# (at your option) any later version.
7
8[Unit]
c35b956d 9Description=Load/Save Random Seed
edcf89be 10Documentation=man:systemd-random-seed-load.service(8) man:random(4)
ca2cab5d 11DefaultDependencies=no
7c8fa05c 12RequiresMountsFor=@RANDOM_SEED@
c35b956d 13Conflicts=shutdown.target
0e0320e0 14After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service
c35b956d 15Before=sysinit.target shutdown.target
ca2cab5d
LP
16
17[Service]
18Type=oneshot
c35b956d 19RemainAfterExit=yes
5192bd19 20ExecStart=@rootlibexecdir@/systemd-random-seed load
c35b956d 21ExecStop=@rootlibexecdir@/systemd-random-seed save