1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-17 01:15:59 -04:00
gitea/scripts/autoboot.sh
jacksonpan 9e4c2afad7 add auto start script
how to use:
vim /etc/rc.local, then add
cd /home/git/gogs; scripts/autoboot.sh
(goes path you can replace your path)
2014-10-13 14:32:08 +08:00

3 lines
73 B
Bash

#!/bin/sh
su git -c "/home/git/gogs/scripts/gogs_supervisord.sh restart"