kpatch/contrib/Makefile
Seth Jennings 3810ff8f2f add kpatch systemd service
Add a systemd service file for loading of the kpatch modules

Signed-off-by: Seth Jennings <sjenning@redhat.com>
2015-04-29 10:16:52 -05:00

13 lines
173 B
Makefile

include ../Makefile.inc
all:
install: all
$(INSTALL) -d $(SYSTEMDDIR)
$(INSTALL) kpatch.service $(SYSTEMDDIR)
uninstall:
$(RM) -f $(SYSTEMDDIR)/kpatch.service
clean: