sysconfig/gitea-run.sh
2022-05-12 08:36:11 +08:00

6 lines
125 B
Bash
Executable File

echo '>>>> Starting gitea ...'
cd /faronear/git/gitea
pm2 start -x './gitea' --name gitea -- web
echo '>>>> Started gitea.'