Commit Graph

3 Commits

Author SHA1 Message Date
Maxim Cournoyer 7c9fc0645e
doc: Document authentication.
* etc/new-client-cert.scm: Add script.
* doc/cuirass.texi (Authentication): Document it.
* Makefile.am (noinst_SCRIPTS): Register it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-14 23:15:12 +02:00
Tobias Geerinckx-Rice 01c9398225
Fix typo in cuirass-remote-worker.service's description.
…and add a note about customisation to the header comment.

etc/cuirass-remote-worker.service.in (Description): ‘remmote’ → ‘remote’.
2022-10-23 02:00:00 +02:00
Thiago Jung Bauermann bef5a7744f Add systemd unit file for remote worker service.
* 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.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-16 22:00:15 +02:00