blob: b2b704a4d3c7273261da8fb8a69fcf705aa6269f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# This file is part of dracut.
[Unit]
Description=Restore /run/initramfs on shutdown
Documentation=man:dracut-shutdown.service(8)
After=local-fs.target boot.mount boot.automount
Wants=local-fs.target
ConditionPathExists=!/run/initramfs/bin/sh
OnFailure=dracut-shutdown-onfailure.service
[Service]
RemainAfterExit=yes
Type=oneshot
ExecStart=/bin/true
ExecStop=/usr/lib/dracut/dracut-initramfs-restore
|