debian-mirror-gitlab/debian/patches/source-init-functions.patch
Praveen Arimbrathodiyil b1a87d7d8f source init functions
2015-12-15 14:59:01 +05:30

14 lines
426 B
Diff

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"