diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-05-17 19:16:58 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-23 15:37:58 +0200 |
commit | 9927e5b11b88a85fffb959b515430c2312c8dff3 (patch) | |
tree | a23f343aff88a346a2e918a6abb7241b4d7e2795 /nix/local.mk | |
parent | 6d2155168fecee297ceb44f58fa2ccbd31ee7031 (diff) |
build: Add a comment above the sysvinit section.
* nix/local.mk (sysvinitservicedir): Add a comment.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'nix/local.mk')
-rw-r--r-- | nix/local.mk | 1 |
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 |