sysconfig/gitea-run.sh

6 lines
127 B
Bash
Executable File

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