[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#50326: [PATCH cuirass v2] Add systemd unit file for remote worker se
From: |
Ludovic Courtès |
Subject: |
bug#50326: [PATCH cuirass v2] Add systemd unit file for remote worker service. |
Date: |
Thu, 16 Sep 2021 22:04:55 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi Thiago,
Thiago Jung Bauermann <bauermann@kolabnow.com> skribis:
> * etc/cuirass-remote-worker.service.in: New file.
> * doc/cuirass.texi (Build modes): Mention it.
> * .gitignore: Ignore it.
> * Makefile.am (systemdservicedir): New variable.
> (dist_systemdservice_DATA): Likewise.
> (EXTRA_DIST): Add ‘etc/cuirass-remote-worker.service’.
> (etc/cuirass-remote-worker.service): New target.
> * configure.ac: Check for ‘(guix config)’ module.
> Set and substitute ‘guix_localstatedir’ variable.
Applied, thanks!
> Guix actually installs its systemd files in $libdir, so I did the same for
> Cuirass. Feel free to change the patch to install to another place if you
> prefer.
$libdir is fine with me.
Cheers,
Ludo’.