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

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

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

endif