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