mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Install systemd and Upstart stuff only on Linux
This commit is contained in:
parent
048be62484
commit
de8be7c3e0
2 changed files with 10 additions and 2 deletions
|
@ -1 +1,5 @@
|
|||
$(foreach n, nix-daemon.conf, $(eval $(call install-file-in, $(d)/$(n), $(sysconfdir)/init, 0644)))
|
||||
ifeq ($(OS), Linux)
|
||||
|
||||
$(foreach n, nix-daemon.conf, $(eval $(call install-file-in, $(d)/$(n), $(sysconfdir)/init, 0644)))
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue