瀏覽代碼

Script added to start gogs in the crontab

DricomDragon 5 年之前
父節點
當前提交
8bc26b328a
共有 1 個文件被更改,包括 8 次插入0 次删除
  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 &