Parcourir la source

Script added to start gogs in the crontab

DricomDragon il y a 5 ans
Parent
commit
8bc26b328a
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      Cron/startgogs

+ 8 - 0
Cron/startgogs

@@ -0,0 +1,8 @@
+#!/usr/bin/fish
+
+## Add it in your crontab at reboot
+## $ sudo su gituser
+## $ crontab -e
+## @reboot /home/gituser/startgogs
+
+/home/gituser/gogs/gogs web > /dev/null 2>&1 &