lix/misc/systemd/local.mk

8 lines
226 B
Makefile
Raw Normal View History

ifeq ($(OS), Linux)
$(foreach n, nix-daemon.socket nix-daemon.service, $(eval $(call install-file-in, $(d)/$(n), $(prefix)/lib/systemd/system, 0644)))
2020-10-18 18:32:59 +00:00
clean-files += $(d)/nix-daemon.socket $(d)/nix-daemon.service
endif