This website works better with JavaScript.
Home
Explore
Help
Sign In
efraim
/
shepherd-services
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
gitea: Use static location to run service
master
Efraim Flashner
6 months ago
committed by
Shepherd
parent
3167912d77
commit
9b381aef7b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
run_gitea.sh
+ 1
- 1
run_gitea.sh
View File
@@ -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'
Write
Preview
Loading…
Cancel
Save