Skip to content
Snippets Groups Projects
Unverified Commit 9927e5b1 authored by Vincent Legoll's avatar Vincent Legoll Committed by Tobias Geerinckx-Rice
Browse files

build: Add a comment above the sysvinit section.


* nix/local.mk (sysvinitservicedir): Add a comment.

Signed-off-by: default avatarTobias Geerinckx-Rice <me@tobias.gr>
parent 6d215516
No related branches found
No related tags found
No related merge requests found
...@@ -175,6 +175,7 @@ etc/guix-%.service: etc/guix-%.service.in \ ...@@ -175,6 +175,7 @@ etc/guix-%.service: etc/guix-%.service.in \
"$<" > "$@.tmp"; \ "$<" > "$@.tmp"; \
mv "$@.tmp" "$@" mv "$@.tmp" "$@"
# The service script for sysvinit.
sysvinitservicedir = $(sysconfdir)/init.d sysvinitservicedir = $(sysconfdir)/init.d
nodist_sysvinitservice_DATA = etc/init.d/guix-daemon nodist_sysvinitservice_DATA = etc/init.d/guix-daemon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment