guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#40601] [guix-daemon now working on parabola with openrc]


From: jgart
Subject: [bug#40601] [guix-daemon now working on parabola with openrc]
Date: Fri, 22 May 2020 13:44:39 +0000

I have openrc working on parabola with guix-daemon. It successfully registers 
the following service.

#! /sbin/openrc-run

description="guix build daemon" 
command="/var/guix/profiles/per-user/root/current-guix/bin/guix-daemon" 
command_args="--build-users-group=guixbuild" 
command_background=true
pidfile="/run/guix-daemon.pid"

The above is a modification of Vincent's code in order to make it run for me 
without using the @localstatedir@ variable.

If anybody has suggestions, corrections, and incites about this it would be 
greatly appreciated.

I would like to get this working with the packaged version of guix in parabola 
https://www.parabola.nu/packages/?q=guix

since that PKGBUILD does not support openrc currently.

It also needs to be updated.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]