aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/services/games.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/services/games.scm b/gnu/services/games.scm
index b9d78e078d..b743f6a4b6 100644
--- a/gnu/services/games.scm
+++ b/gnu/services/games.scm
@@ -65,7 +65,8 @@
(modules '((gnu build shepherd)))
(start #~(make-forkexec-constructor/container
(list #$(file-append package "/bin/wesnothd")
- "-p" #$(number->string port))))
+ "-p" #$(number->string port))
+ #:user "wesnothd" #:group "wesnothd"))
(stop #~(make-kill-destructor)))))))
(define wesnothd-service-type
span class='msg-avail'>...Ludovic Courtès 2022-08-08read-print: Add 'case' and 'cond' special forms....Ludovic Courtès 2022-08-08read-print: Support printing multi-line comments....Ludovic Courtès 2022-08-08read-print: 'canonicalize-comment' leaves top-level comments unchanged....Ludovic Courtès 2022-08-08read-print: Add code to read and write sequences of expressions/blanks....Ludovic Courtès 2022-08-08read-print: Recognize page breaks....Ludovic Courtès 2022-08-08read-print: Read and render vertical space....Ludovic Courtès 2022-08-08style: Move reader and printer to (guix read-print)....Ludovic Courtès