diff options
author | Harald Hoyer <harald@redhat.com> | 2012-07-09 12:41:56 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-07-09 13:02:36 +0200 |
commit | 2023d8eb5b1a92cb830059384f4935a42505eaaa (patch) | |
tree | 2e12c592ba52912ccdbb80dd23f4413c1c821386 /dracut.spec | |
parent | a17fc9902e3ccd154765cbc8a1b7cc285072ad75 (diff) | |
download | dracut-2023d8eb5b1a92cb830059384f4935a42505eaaa.tar.gz dracut-2023d8eb5b1a92cb830059384f4935a42505eaaa.tar.bz2 dracut-2023d8eb5b1a92cb830059384f4935a42505eaaa.zip |
Makefile: do not install service from 98systemd. They are copied to /run
Diffstat (limited to 'dracut.spec')
-rw-r--r-- | dracut.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dracut.spec b/dracut.spec index 6be1c3dc..c17860d4 100644 --- a/dracut.spec +++ b/dracut.spec @@ -312,9 +312,8 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %ghost %config(missingok,noreplace) %{_localstatedir}/log/dracut.log %dir %{_sharedstatedir}/initramfs %if %{defined _unitdir} -%{_unitdir}/*.service -%{_unitdir}/*.target -%{_unitdir}/*/*.service +%{_unitdir}/dracut-shutdown.service +%{_unitdir}/shutdown.target.wants/dracut-shutdown.service %endif %files network |