From 7f8b4c38dcdd9ec7b95e10684b5f190a45e46531 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Wed, 27 Nov 2013 19:35:22 +0100 Subject: Install mkinitcpio-generate-shutdown-ramfs.service as a static service Pretty much everyone benefits from this service, as it is always better than having no shutdown-ramfs. If someone puts their own shutdown-ramfs in place, it will likely be done by initramfs and this service will be skipped automatically. In more obscure situations, it can still be masked. --- systemd/mkinitcpio-generate-shutdown-ramfs.service | 3 --- 1 file changed, 3 deletions(-) (limited to 'systemd/mkinitcpio-generate-shutdown-ramfs.service') diff --git a/systemd/mkinitcpio-generate-shutdown-ramfs.service b/systemd/mkinitcpio-generate-shutdown-ramfs.service index d5876df..923dd59 100644 --- a/systemd/mkinitcpio-generate-shutdown-ramfs.service +++ b/systemd/mkinitcpio-generate-shutdown-ramfs.service @@ -10,6 +10,3 @@ Type=oneshot # use /run as temporary directory Environment=TMPDIR=/run ExecStart=/usr/bin/mkinitcpio -A sd-shutdown -k none -c /dev/null -d /run/initramfs - -[Install] -WantedBy=shutdown.target -- cgit v1.2.3-24-g4f1b