]> git.ipfire.org Git - thirdparty/dracut.git/blame - dracut-shutdown.service
host-only checks corrected and kernel_only mode
[thirdparty/dracut.git] / dracut-shutdown.service
CommitLineData
4cfd24d1
HH
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=Restore /run/initramfs
10After=getty@tty1.service prefdm.service
11Before=reboot.service
12DefaultDependencies=no
fb67e4aa 13ConditionPathExists=/run/initramfs/.need_shutdown
4cfd24d1
HH
14
15[Service]
fb67e4aa 16ExecStart=/usr/lib/dracut/dracut-initramfs-restore
4cfd24d1 17Type=oneshot
fb67e4aa 18RemainAfterExit=yes