aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-02-25 20:35:11 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2021-02-25 21:51:05 +0000
commitca0994819d68aee26a2906c37a47ae609ac46c4c (patch)
treec96805c008c22926b1eaadc340a99323d53be532 /misc
parent10e81bf871551901ff0383bdede0f79325e93867 (diff)
parentc189031e8be0530d73a817571ad7f81ad5eedce6 (diff)
Merge remote-tracking branch 'upstream/master' into path-info
Diffstat (limited to 'misc')
-rw-r--r--misc/systemd/local.mk2
-rw-r--r--misc/upstart/local.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/misc/systemd/local.mk b/misc/systemd/local.mk
index 004549fd2..785db52a4 100644
--- a/misc/systemd/local.mk
+++ b/misc/systemd/local.mk
@@ -2,4 +2,6 @@ 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
diff --git a/misc/upstart/local.mk b/misc/upstart/local.mk
index a73dc061e..5071676dc 100644
--- a/misc/upstart/local.mk
+++ b/misc/upstart/local.mk
@@ -2,4 +2,6 @@ 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