This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6985
Commits
2
Branches
178 MiB
Tree:
5d384c943f
for-closed-social
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '5d384c943f'
${ noResults }
gitea
/
contrib
/
autoboot.sh
2 lines
73 B
Raw
Normal View
History
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"