aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner2020-08-16 06:35:35 +0000
committerShepherd2020-08-16 06:35:35 +0000
commit9b381aef7b5f8f9eac22789eccdf45ee5e99878c (patch)
treef69363d3ea7cc0d6ace93f6448b6e043190b51e2
parent3167912d77540e4e82d9133d16d8c3189a776912 (diff)
downloadgn-shepherd-services-9b381aef7b5f8f9eac22789eccdf45ee5e99878c.tar.gz
gitea: Use static location to run service
-rwxr-xr-xrun_gitea.sh2
1 files changed, 1 insertions, 1 deletions
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'