This website works better with JavaScript.
code
.tokarch.uk
Explore
Help
Sign In
third_party
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9203
Commits
2
Branches
0
Tags
240 MiB
Tree:
e72c5cb02a
gitea
/
contrib
/
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"