index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
scripts
/
init
/
debian
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'scripts/init/debian')
-rw-r--r--
scripts/init/debian/gogs
4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/init/debian/gogs b/scripts/init/debian/gogs
index fb00cd51..cc241519 100644
--- a/
scripts/init/debian/gogs
+++ b/
scripts/init/debian/gogs
@@ -3,6 +3,8 @@
# Provides: gogs
# Required-Start: $syslog $network
# Required-Stop: $syslog
+# Should-Start: mysql postgresql
+# Should-Stop: mysql postgresql
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: A self-hosted Git service written in Go.
@@ -122,5 +124,3 @@ case "$1" in
exit 3
;;
esac
-
-: