From 7fb0dc621bc4785e9bb8778dbc18174c3503f974 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 11 Jul 2022 01:41:43 +0530 Subject: tissue: Invoke `tissue web' instead of `tissue run-web'. tissue has made a breaking change renaming the run-web subcommand to the web subcommand. * guix/forge/tissue.scm (tissue-shepherd-service): Invoke `tissue web' instead of `tissue run-web'. --- guix/forge/tissue.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/forge/tissue.scm b/guix/forge/tissue.scm index d0c29c1..ab86a11 100644 --- a/guix/forge/tissue.scm +++ b/guix/forge/tissue.scm @@ -253,7 +253,7 @@ available both as a command-line program and as a web server.") #~(make-forkexec-constructor/container (list #$(file-append (tissue-configuration-package config) "/bin/tissue") - "run-web" + "web" (string-append "--config=" #$(computed-file "tissue.conf" (tissue-conf-gexp config)))) #:user "tissue" -- cgit v1.2.3