mirror of
https://github.com/dynup/kpatch
synced 2024-12-19 20:00:00 +00:00
3810ff8f2f
Add a systemd service file for loading of the kpatch modules Signed-off-by: Seth Jennings <sjenning@redhat.com>
13 lines
173 B
Makefile
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:
|