putting back crashlog to package but not load at boot

Let crash log be in the package but not as enabled at boot
This commit is contained in:
Miguel Bernal Marin 2018-09-04 11:12:10 -05:00
parent 987868f9b5
commit 289b43b08a
2 changed files with 0 additions and 13 deletions

View File

@ -1,9 +1,2 @@
# This file contains the output files that need %exclude. Full path
# names, one per line.
/usr/bin/usercrash_c
/usr/bin/acrnprobe_prepare.sh
/usr/lib/systemd/system/usercrash.service
/usr/lib/systemd/system/acrnprobe.service
# EXCLUDED because it executes a shell script
/usr/lib/systemd/system/prepare.service

View File

@ -1,8 +1,2 @@
mkdir -p %{buildroot}/usr/lib/systemd/system/multi-user.target.wants
ln -s ../usercrash.service %{buildroot}/usr/lib/systemd/system/multi-user.target.wants/usercrash.service
ln -s ../prepare.service %{buildroot}/usr/lib/systemd/system/multi-user.target.wants/prepare.service
ln -s ../acrnprobe.service %{buildroot}/usr/lib/systemd/system/multi-user.target.wants/acrnprobe.service
mkdir -p %{buildroot}/usr/share/clr-service-restart
ln -sf /usr/lib/systemd/system/usercrash.service %{buildroot}/usr/share/clr-service-restart/usercrash.service
ln -sf /usr/lib/systemd/system/prepare.service %{buildroot}/usr/share/clr-service-restart/prepare.service
ln -sf /usr/lib/systemd/system/acrnprobe.service %{buildroot}/usr/share/clr-service-restart/acrnprobe.service