This website works better with JavaScript.
Explore
Help
Sign In
playground
/
gogs
mirror of
https://github.com/gogits/gogs.git
Watch
1
Star
0
Fork
You've already forked gogs
0
Code
Issues
Releases
Activity
3747
Commits
4
Branches
53
Tags
164 MiB
Tree:
d43ceb0c1f
gogs
/
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)
10 years ago
#!/bin/sh
su git -c
"/home/git/gogs/scripts/gogs_supervisord.sh restart"