@@ -12,6 +12,8 @@
# Provides: gogs
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
+# Should-Start: mysql postgresql
+# Should-Stop: mysql postgresql
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start gogs at boot time.
@@ -3,6 +3,8 @@
# Required-Start: $syslog $network
# Required-Stop: $syslog
# Short-Description: A self-hosted Git service written in Go.
@@ -122,5 +124,3 @@ case "$1" in
exit 3
;;
esac
-
-:
@@ -9,6 +9,8 @@
# Required-Start: $remote_fs
# Required-Stop: $remote_fs