From ac53b4e7a0476dbc2018c59b8147f8c964572ab4 Mon Sep 17 00:00:00 2001 From: Josh Poimboeuf Date: Tue, 15 Apr 2014 13:49:04 -0500 Subject: [PATCH] remove systemd service unit file Now that we're using dracut instead of systemd to load modules at boot time, the systemd unit file is no longer needed. --- contrib/kpatch.service | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 contrib/kpatch.service diff --git a/contrib/kpatch.service b/contrib/kpatch.service deleted file mode 100644 index 7c92519..0000000 --- a/contrib/kpatch.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=kpatch -- apply all enabled dynamic kernel patches -Before= -OnFailure= - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=/usr/bin/kpatch load --all