aboutsummaryrefslogtreecommitdiff
path: root/scripts/init/suse/gogs
diff options
context:
space:
mode:
authorCredomane Evonguard <bb00200@gmail.com>2017-06-14 19:37:32 -0500
committer无闻 <u@gogs.io>2017-06-14 20:37:32 -0400
commit3df25fadfa82aa79635396c979afdb73ef93f652 (patch)
treeee9d49b191e96930ae04063a0cea2f5b66f07305 /scripts/init/suse/gogs
parent0e6a6bf880f950dfc46545b4172bfa980dd6d505 (diff)
scripts: fix LSB init scripts so gogs starts when using mysql/postgresql for database (#4561)
Diffstat (limited to 'scripts/init/suse/gogs')
-rw-r--r--scripts/init/suse/gogs2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/init/suse/gogs b/scripts/init/suse/gogs
index 74c7acbd..85b29116 100644
--- a/scripts/init/suse/gogs
+++ b/scripts/init/suse/gogs
@@ -9,6 +9,8 @@
# Provides: gogs
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
+# 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.