aboutsummaryrefslogtreecommitdiff
path: root/run_gitea.sh
diff options
context:
space:
mode:
authorEfraim Flashner2020-04-19 07:30:48 +0000
committerShepherd2020-04-19 07:30:48 +0000
commit6680c11f3c0a29cb92d29d6a4e597fe74dd6a24b (patch)
treea9224f695518230ba0c7dedd3ef9875ffd11dd57 /run_gitea.sh
parent4a04255405d0aaae9a8c6c86b49d6b22180fc2f7 (diff)
downloadgn-shepherd-services-6680c11f3c0a29cb92d29d6a4e597fe74dd6a24b.tar.gz
gitea: Move service to new location
Diffstat (limited to 'run_gitea.sh')
-rwxr-xr-xrun_gitea.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_gitea.sh b/run_gitea.sh
index e5bfe29..e71ab54 100755
--- a/run_gitea.sh
+++ b/run_gitea.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-/bin/su -l gitea -c 'GITEA_WORK_DIR=/var/lib/git/gitea HOME=/var/lib/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 $(/var/guix/profiles/per-user/shepherd/current-guix/bin/guix build gitea)/bin/gitea --port 3300'