about summary refs log tree commit diff
path: root/third_party/nix/misc/upstart/local.mk
ifeq ($(OS), Linux)

  $(foreach n, nix-daemon.conf, $(eval $(call install-file-in, $(d)/$(n), $(sysconfdir)/init, 0644)))

endif