all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* guix publish as service on foreign distro
@ 2021-02-10 13:25 Phil
  2021-02-10 14:24 ` zimoun
  0 siblings, 1 reply; 2+ messages in thread
From: Phil @ 2021-02-10 13:25 UTC (permalink / raw)
  To: help-guix

Hi,

I'm trying to setup guix publish as a service on a foreign distro on
Ubuntu 18.04 as per:
https://guix.gnu.org/manual/en/html_node/Invoking-guix-publish.html#Invoking-guix-publish


# ln -s ~root/.guix-profile/lib/systemd/system/guix-publish.service \
        /etc/systemd/system/
# systemctl start guix-publish && systemctl enable guix-publish

There is no .guix-profile directory created by default in root and there
doesn't seem to be anything in the manual or cookbook in case I need to install a
package there to provide the service, unless I'm missing something?

Do I just create the directory structure myself and implement
guix-publish.service first?  Is there an example implementation?

Any other pointers?

Cheers,
Phil


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: guix publish as service on foreign distro
  2021-02-10 13:25 guix publish as service on foreign distro Phil
@ 2021-02-10 14:24 ` zimoun
  0 siblings, 0 replies; 2+ messages in thread
From: zimoun @ 2021-02-10 14:24 UTC (permalink / raw)
  To: Phil; +Cc: help-guix

Hi Phil,

On Wed, 10 Feb 2021 at 14:27, Phil <phil@beadling.co.uk> wrote:

> https://guix.gnu.org/manual/en/html_node/Invoking-guix-publish.html#Invoking-guix-publish

Yeah, maybe something is missing in the manual. :-)  Run:

# guix install guix

should provide the service.  Otherwise, the template is
etc/guix-publish.service.in in the source repo.

Well, I am not sure it the correct way.

Hope that helps,
simon


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-10 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 13:25 guix publish as service on foreign distro Phil
2021-02-10 14:24 ` zimoun

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.