Files
sysconfig/gitea-run.sh
2024-12-21 15:01:18 +08:00

6 lines
127 B
Bash
Executable File

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