about summary refs log tree commit diff
path: root/misc/launchd/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-04T09·14+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-04T09·30+0100
commitbbf294cceb58182333faf0c62b57f0f5dece46e9 (patch)
tree0e21f3b9ae4c27b6308ac3241f5104c99241a3eb /misc/launchd/local.mk
parent6f6b75cd096af3ba68d9bed154e7d71d85582ea9 (diff)
Add a launchd configuration file to run nix-daemon
Diffstat (limited to 'misc/launchd/local.mk')
-rw-r--r--misc/launchd/local.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/launchd/local.mk b/misc/launchd/local.mk
new file mode 100644
index 000000000000..0ba722efbf19
--- /dev/null
+++ b/misc/launchd/local.mk
@@ -0,0 +1,5 @@
+ifeq ($(OS), Darwin)
+
+  $(eval $(call install-data-in, $(d)/org.nixos.nix-daemon.plist, $(prefix)/Library/LaunchDaemons))
+
+endif