mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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"; \
|
"$<" > "$@.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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue