aboutsummaryrefslogtreecommitdiff
path: root/misc/systemd/local.mk
blob: 76121a0f9ec8c284e85c30b31985aad4c4d9cf30 (plain)
1
2
3
4
5
6
7
8
ifdef HOST_LINUX

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

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

endif