mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guix: Fix openrc init scripts.
Fixes <https://bugs.gnu.org/46871>. * gnu/packages/package-management.scm (guix)[arguments]: Fix openrc init. * nix/local.mk (openrcservicedir): Likewise. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
9feef62b73
commit
aed51ecea8
2 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ etc/init.d/guix-daemon: etc/init.d/guix-daemon.in \
|
|||
mv "$@.tmp" "$@"
|
||||
|
||||
# The service script for openrc.
|
||||
openrcservicedir = $(sysconfdir)/init.d
|
||||
openrcservicedir = $(sysconfdir)/openrc
|
||||
nodist_openrcservice_DATA = etc/openrc/guix-daemon
|
||||
|
||||
etc/openrc/guix-daemon: etc/openrc/guix-daemon.in \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue