aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2022-03-05 10:35:40 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2022-03-09 10:07:54 +0000
commitd8be9a4007adac910482efb6282294ad0a536873 (patch)
tree6b352554397772f4c8bd0e5976ed2cfe088b0ce8
parentc5be8a862afc21ac9de0fbf5bcb22016790d1004 (diff)
downloadports-d8be9a4007adac910482efb6282294ad0a536873.tar.gz
ports-d8be9a4007adac910482efb6282294ad0a536873.zip
www/gitlab-ce: depend on redis in startup script
This ensures that gitlab is not started before redis is available. PR: 262338 Reported by: majo-bugs.freebsd.org@cerny.sk
-rw-r--r--www/gitlab-ce/files/gitlab.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gitlab-ce/files/gitlab.in b/www/gitlab-ce/files/gitlab.in
index 1d81fc3a85df..e517add8901b 100644
--- a/www/gitlab-ce/files/gitlab.in
+++ b/www/gitlab-ce/files/gitlab.in
@@ -15,7 +15,7 @@
# Based on work of: @charlienewey, rovanion.luckey@gmail.com, @randx, @tz
# PROVIDE: gitlab
-# REQUIRE: LOGIN
+# REQUIRE: LOGIN redis
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf to enable GitLab: