Age | Commit message (Expand) | Author |
2024-10-07 | services: Extend udev rules in joycond-service-type....* gnu/services/games.scm (joycond-service-type): Also extend the udev service
with the configured joycond package.
* doc/guix.texi (Game Services): Update documentation.
Change-Id: I9f7fb0da5cfc1f8a7e8bb5f2ce7161e5e66b2f5e
| Maxim Cournoyer |
2023-01-14 | gnu: services: Add joycond-service....* gnu/services/games.scm (joycond-configuration): New configuration type.
(joycond-shepherd-service): New procedure.
(joycond-service-type): New variable.
* doc/guix.texi (Game Services): Document it.
| David Thompson |
2022-05-01 | services: wesnothd: Use 'least-authority-wrapper'....* gnu/services/games.scm (wesnothd-shepherd-service): Use
'least-authority-wrapper' instead of
'make-forkexec-constructor/container'.
| Ludovic Courtès |
2022-05-01 | services: wesnothd: Grant write access to /var/run/wesnothd....* gnu/services/games.scm (wesnothd-shepherd-service): Augment 'modules'
field. Pass #:mappings argument to 'make-forkexec-constructor/container'.
(wesnothd-activation): New variable.
(wesnothd-service-type): Extend ACTIVATION-SERVICE-TYPE.
| Ludovic Courtès |
2018-11-20 | services: wesnothd: Run as wesnothd user and group....* gnu/services/games.scm (wesnothd-shepherd-service): Run as wesnothd user and
group.
| Arun Isaac |
2018-05-14 | gnu: services: Fix wesnothd-configuration? symbol export....* gnu/services/games.scm: Export wesnothd-configuration?, not the
non-existent wesnoth-configuration?.
| Arun Isaac |
2018-02-09 | gnu: services: Add wesnothd service....* gnu/services/games.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Game Services): Document the service.
| Arun Isaac |