summaryrefslogtreecommitdiff
path: root/gnu/services/games.scm
AgeCommit message (Collapse)Author
2023-01-14gnu: services: Add joycond-service.David Thompson
* 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.
2022-05-01services: wesnothd: Use 'least-authority-wrapper'.Ludovic Courtès
* gnu/services/games.scm (wesnothd-shepherd-service): Use 'least-authority-wrapper' instead of 'make-forkexec-constructor/container'.
2022-05-01services: wesnothd: Grant write access to /var/run/wesnothd.Ludovic Courtès
* 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.
2018-11-20services: wesnothd: Run as wesnothd user and group.Arun Isaac
* gnu/services/games.scm (wesnothd-shepherd-service): Run as wesnothd user and group.
2018-05-14gnu: services: Fix wesnothd-configuration? symbol export.Arun Isaac
* gnu/services/games.scm: Export wesnothd-configuration?, not the non-existent wesnoth-configuration?.
2018-02-09gnu: services: Add wesnothd service.Arun Isaac
* gnu/services/games.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Game Services): Document the service.