From b2ffda6c19ce6344bcf674a663c8a3d4c8383871 Mon Sep 17 00:00:00 2001 From: Dmitry Chepurovskiy Date: Sun, 29 Nov 2015 18:36:56 +0000 Subject: [PATCH] Changed user to standard git --- init/init/freebsd/gitlab-unicorn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/init/freebsd/gitlab-unicorn b/init/init/freebsd/gitlab-unicorn index f6c4707..728eb75 100644 --- a/init/init/freebsd/gitlab-unicorn +++ b/init/init/freebsd/gitlab-unicorn @@ -27,7 +27,7 @@ RAILS_ENV="production" # Script variable names should be lower-case not to conflict with # internal /bin/sh variables such as PATH, EDITOR or SHELL. -app_user="gitlab" +app_user="git" app_root="/home/$app_user/gitlab" pid_path="$app_root/tmp/pids" socket_path="$app_root/tmp/sockets" @@ -387,4 +387,4 @@ case "$1" in ;; esac -exit +exit \ No newline at end of file