diff options
author | Efraim Flashner | 2020-08-16 06:35:35 +0000 |
---|---|---|
committer | Shepherd | 2020-08-16 06:35:35 +0000 |
commit | 9b381aef7b5f8f9eac22789eccdf45ee5e99878c (patch) | |
tree | f69363d3ea7cc0d6ace93f6448b6e043190b51e2 | |
parent | 3167912d77540e4e82d9133d16d8c3189a776912 (diff) | |
download | gn-shepherd-services-9b381aef7b5f8f9eac22789eccdf45ee5e99878c.tar.gz |
gitea: Use static location to run service
-rwxr-xr-x | run_gitea.sh | 2 |
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' |