This website works better with JavaScript.
Explore
Help
Register
Sign In
ZOS
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Gitea 代码
3522
Commits
1
Branch
0
Tags
242 MiB
Tree:
d3ba246693
gitea
/
scripts
/
autoboot.sh
3 lines
73 B
Raw
Normal View
History
Unescape
Escape
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)
11 years ago
#!/bin/sh
su git -c
"/home/git/gogs/scripts/gogs_supervisord.sh restart"