diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-11-26 17:09:49 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-11-26 17:09:49 +0100 |
commit | a1e50f04b89ff042baf91a403a6df0cbd1e3cec2 (patch) | |
tree | de9bbad0fd84f35a6e56a8f28f809a5e7776cc24 /mkinitcpio-generate-shutdown-ramfs.service | |
parent | 2fa0eb25d47c920c18e7d2498c647a801d836596 (diff) | |
download | mkinitcpio-a1e50f04b89ff042baf91a403a6df0cbd1e3cec2.tar.gz mkinitcpio-a1e50f04b89ff042baf91a403a6df0cbd1e3cec2.tar.xz |
move a bunch of stuff to subdirs
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'mkinitcpio-generate-shutdown-ramfs.service')
-rw-r--r-- | mkinitcpio-generate-shutdown-ramfs.service | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mkinitcpio-generate-shutdown-ramfs.service b/mkinitcpio-generate-shutdown-ramfs.service deleted file mode 100644 index 36c2508..0000000 --- a/mkinitcpio-generate-shutdown-ramfs.service +++ /dev/null @@ -1,15 +0,0 @@ -[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 -c /dev/null -d /run/initramfs - -[Install] -WantedBy=shutdown.target |