aboutsummaryrefslogtreecommitdiff
path: root/misc/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'misc/systemd')
-rw-r--r--misc/systemd/local.mk2
1 files changed, 2 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