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=Save Random Seed
|
|
|
|
DefaultDependencies=no
|
2010-11-23 07:37:18 +07:00
|
|
|
After=systemd-random-seed-load.service
|
|
|
|
Before=shutdown.target
|
2010-08-18 01:04:03 +07:00
|
|
|
Conflicts=systemd-random-seed-load.service
|
2010-08-15 00:17:37 +07:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2010-08-17 08:29:46 +07:00
|
|
|
ExecStart=@rootlibexecdir@/systemd-random-seed save
|