aboutsummaryrefslogtreecommitdiff
path: root/misc/systemd/local.mk
blob: 785db52a4e6a348044a959b0a8996a4c1f1bfc3b (plain)
1
2
3
4
5
6
7
ifeq ($(OS), Linux)

  $(foreach n, nix-daemon.socket nix-daemon.service, $(eval $(call install-file-in, $(d)/$(n), $(prefix)/lib/systemd/system, 0644)))

  clean-files += $(d)/nix-daemon.socket $(d)/nix-daemon.service

endif