diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-04-07 11:18:54 +0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-04-07 11:50:55 +0200 |
commit | 84d6936371037559704337614c65007a8e61b5e1 (patch) | |
tree | eb21a77502e0c67d525128e74212606e11ce0ea5 /misc/systemd/local.mk | |
parent | 8e5fbf4d730b9fcf39eddf5539a206cf19d2cdce (diff) |
Install systemd units
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 000000000..a5f6131ce --- /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))) |