Sfoglia il codice sorgente

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)
tags/v0.9.99
jacksonpan 9 anni fa
parent
commit
9e4c2afad7
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      scripts/autoboot.sh

+ 2
- 0
scripts/autoboot.sh Vedi File

@@ -0,0 +1,2 @@
#!/bin/sh
su git -c "/home/git/gogs/scripts/gogs_supervisord.sh restart"

Loading…
Annulla
Salva