mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
build: Add a comment above the sysvinit section.
* nix/local.mk (sysvinitservicedir): Add a comment. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
6d2155168f
commit
9927e5b11b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue