diff options
author | Thomas Bächler <thomas@archlinux.org> | 2013-11-27 19:35:22 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2013-12-15 15:11:08 +0100 |
commit | 7f8b4c38dcdd9ec7b95e10684b5f190a45e46531 (patch) | |
tree | 628cfa058161b67f683aa9c5e11962e8886f1189 /systemd/mkinitcpio-generate-shutdown-ramfs.service | |
parent | dcd45ba1b54ea0a386442fa17cd1eb4d7396b04a (diff) | |
download | mkinitcpio-7f8b4c38dcdd9ec7b95e10684b5f190a45e46531.tar.gz mkinitcpio-7f8b4c38dcdd9ec7b95e10684b5f190a45e46531.tar.xz |
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.
Diffstat (limited to 'systemd/mkinitcpio-generate-shutdown-ramfs.service')
-rw-r--r-- | systemd/mkinitcpio-generate-shutdown-ramfs.service | 3 |
1 files changed, 0 insertions, 3 deletions
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 |