diff options
Diffstat (limited to 'scripts/init/centos/gogs')
-rw-r--r-- | scripts/init/centos/gogs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/init/centos/gogs b/scripts/init/centos/gogs index 85a8046a..aeacb8a0 100644 --- a/scripts/init/centos/gogs +++ b/scripts/init/centos/gogs @@ -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. |