From 6b906c6e8311b1898ed7e9371a11069e309b1fc4 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 17:57:05 +0000 Subject: Apply patch 0002-contrib-service-don-t-unload-modules-on-stop.patch patch_name: 0002-contrib-service-don-t-unload-modules-on-stop.patch present_in_specfile: true --- diff --git a/contrib/kpatch.service b/contrib/kpatch.service index 5286f6c..cf13f40 100644 --- a/contrib/kpatch.service +++ b/contrib/kpatch.service @@ -6,7 +6,6 @@ ConditionKernelCommandLine=!kpatch.enable=0 Type=oneshot RemainAfterExit=yes ExecStart=PREFIX/sbin/kpatch load --all -ExecStop=PREFIX/sbin/kpatch unload --all [Install] WantedBy=multi-user.target