mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-02-08 19:01:04 -05:00
![jacksonpan](/assets/img/avatar_default.png)
how to use: vim /etc/rc.local, then add cd /home/git/gogs; scripts/autoboot.sh (goes path you can replace your path)
2 lines
73 B
Bash
2 lines
73 B
Bash
#!/bin/sh
|
|
su git -c "/home/git/gogs/scripts/gogs_supervisord.sh restart"
|