summaryrefslogtreecommitdiffstats
path: root/systemd/mkinitcpio-generate-shutdown-ramfs.service
blob: 923dd59697f6b0c80d22bd896e7ffd5eeacc6b12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Generate shutdown-ramfs
DefaultDependencies=no
Before=shutdown.target
ConditionFileIsExecutable=!/run/initramfs/shutdown

[Service]
Type=oneshot
# /tmp could be umounted at this point
# use /run as temporary directory
Environment=TMPDIR=/run
ExecStart=/usr/bin/mkinitcpio -A sd-shutdown -k none -c /dev/null -d /run/initramfs