aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner2021-04-18 11:53:29 +0000
committerShepherd2021-04-18 11:53:29 +0000
commit3329b2a1ac62106ac68360806958655a3656a437 (patch)
tree7678ecba2b6245ebef4d95474af190c01266cbb9
parent17d80f6d25d36fe75c6a4d38254a8ae89e5a468c (diff)
downloadgn-shepherd-services-3329b2a1ac62106ac68360806958655a3656a437.tar.gz
gitea: update service.
-rwxr-xr-xrun_gitea-dump.sh2
-rwxr-xr-xrun_gitea.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/run_gitea-dump.sh b/run_gitea-dump.sh
index c255b91..bcc4840 100755
--- a/run_gitea-dump.sh
+++ b/run_gitea-dump.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 dump --verbose'
+/bin/su -l gitea -c 'GITEA_WORK_DIR=/export/git/gitea HOME=/export/git/gitea $(/home/shepherd/guix-profiles/gitea/bin/guix build -L /home/shepherd/guix-bioinformatics gitea)/bin/gitea dump --verbose'
diff --git a/run_gitea.sh b/run_gitea.sh
index 7aa09a8..40d4f73 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 /usr/local/guix-profiles/gitea/bin/gitea --port 3300'
+/bin/su -l gitea -c 'GITEA_WORK_DIR=/export/git/gitea HOME=/export/git/gitea $(/home/shepherd/guix-profiles/gitea/bin/guix build -L /home/shepherd/guix-bioinformatics gitea)/bin/gitea --port 3300'