debian-mirror-gitlab/debian/patches/source-init-functions.patch

15 lines
426 B
Diff
Raw Normal View History

2015-12-15 14:59:01 +05:30
Index: gitlab/lib/support/init.d/gitlab
===================================================================
--- gitlab.orig/lib/support/init.d/gitlab
+++ gitlab/lib/support/init.d/gitlab
@@ -23,6 +23,9 @@
# An example defaults file can be found in lib/support/init.d/gitlab.default.example
###
+### source init functions
+. /lib/init/vars.sh
+. /lib/lsb/init-functions
### Environment variables
RAILS_ENV="production"