From 3df25fadfa82aa79635396c979afdb73ef93f652 Mon Sep 17 00:00:00 2001 From: Credomane Evonguard Date: Wed, 14 Jun 2017 19:37:32 -0500 Subject: scripts: fix LSB init scripts so gogs starts when using mysql/postgresql for database (#4561) --- scripts/init/debian/gogs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/init/debian') 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 - -: -- cgit v1.2.3