@@ -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 &