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.
This commit is contained in:
Josh Poimboeuf 2014-04-15 13:49:04 -05:00
parent afd3669746
commit ac53b4e7a0

View File

@ -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