207d497bfe
This service currently does more harm (desync libvirt state with reality) than good. Since we have qubesd, we may come back to implementing it properly using libvirt events.
15 lines
417 B
Makefile
15 lines
417 B
Makefile
UNITDIR ?= /usr/lib/systemd/system
|
|
|
|
all:
|
|
true
|
|
|
|
install:
|
|
mkdir -p $(DESTDIR)$(UNITDIR)
|
|
cp qubes-core.service $(DESTDIR)$(UNITDIR)
|
|
cp qubes-netvm.service $(DESTDIR)$(UNITDIR)
|
|
cp qubes-vm@.service $(DESTDIR)$(UNITDIR)
|
|
cp qubes-reload-firewall@.service $(DESTDIR)$(UNITDIR)
|
|
cp qubes-reload-firewall@.timer $(DESTDIR)$(UNITDIR)
|
|
cp qubes-qmemman.service $(DESTDIR)$(UNITDIR)
|
|
cp qubesd.service $(DESTDIR)$(UNITDIR)
|