diff options
Diffstat (limited to 'misc/systemd/local.mk')
-rw-r--r-- | misc/systemd/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/systemd/local.mk b/misc/systemd/local.mk new file mode 100644 index 000000000000..a5f6131ce878 --- /dev/null +++ b/misc/systemd/local.mk @@ -0,0 +1 @@ +$(foreach n, nix-daemon.socket nix-daemon.service, $(eval $(call install-file-in, $(d)/$(n), $(libdir)/systemd/system, 0644))) |