From 9b381aef7b5f8f9eac22789eccdf45ee5e99878c Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 16 Aug 2020 06:35:35 +0000 Subject: gitea: Use static location to run service --- run_gitea.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_gitea.sh b/run_gitea.sh index e71ab54..5cdc72f 100755 --- a/run_gitea.sh +++ b/run_gitea.sh @@ -1,2 +1,2 @@ #!/bin/sh -/bin/su -l gitea -c 'GITEA_WORK_DIR=/export/git/gitea HOME=/export/git/gitea $(/var/guix/profiles/per-user/shepherd/current-guix/bin/guix build gitea)/bin/gitea --port 3300' +/bin/su -l gitea -c 'GITEA_WORK_DIR=/export/git/gitea HOME=/export/git/gitea /usr/loca/guix-profiles/gitea/bin/gitea --port 3300' -- cgit v1.2.3