1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-16 02:01:59 +02:00

Install systemd units

This commit is contained in:
Eelco Dolstra 2014-04-07 11:18:54 +02:00
parent 8e5fbf4d73
commit 84d6936371
7 changed files with 25 additions and 18 deletions

1
misc/systemd/local.mk Normal file
View file

@ -0,0 +1 @@
$(foreach n, nix-daemon.socket nix-daemon.service, $(eval $(call install-file-in, $(d)/$(n), $(libdir)/systemd/system, 0644)))