summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2020-05-17 19:16:58 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-23 15:37:58 +0200
commit9927e5b11b88a85fffb959b515430c2312c8dff3 (patch)
treea23f343aff88a346a2e918a6abb7241b4d7e2795
parent6d2155168fecee297ceb44f58fa2ccbd31ee7031 (diff)
downloadpatches-9927e5b11b88a85fffb959b515430c2312c8dff3.tar
patches-9927e5b11b88a85fffb959b515430c2312c8dff3.tar.gz
build: Add a comment above the sysvinit section.
* nix/local.mk (sysvinitservicedir): Add a comment. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
-rw-r--r--nix/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/local.mk b/nix/local.mk
index dbcdde8b0d..c136fb7202 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -175,6 +175,7 @@ etc/guix-%.service: etc/guix-%.service.in \
"$<" > "$@.tmp"; \
mv "$@.tmp" "$@"
+# The service script for sysvinit.
sysvinitservicedir = $(sysconfdir)/init.d
nodist_sysvinitservice_DATA = etc/init.d/guix-daemon