From ef351f4cf4c2648ba6e5a71dc6d5086b4e45358d Mon Sep 17 00:00:00 2001 From: Drunkard Zhang Date: Mon, 4 May 2015 16:46:16 +0800 Subject: Improve comments for shell_path --- lib/support/init.d/gitlab.default.example | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/support/init.d/gitlab.default.example b/lib/support/init.d/gitlab.default.example index 4c5752766fa..cf7f4198cbf 100755 --- a/lib/support/init.d/gitlab.default.example +++ b/lib/support/init.d/gitlab.default.example @@ -30,8 +30,7 @@ web_server_pid_path="$pid_path/unicorn.pid" # The default is "$pid_path/sidekiq.pid" sidekiq_pid_path="$pid_path/sidekiq.pid" -# shell_path defines the path of shell for "$app_user" in case you disabled -# shell of "$app_user" by commands like `usermod -s /sbin/nologin $app_user" -# for security decision. +# shell_path defines the path of shell for "$app_user" in case you are using +# shell other than "bash" # The default is "/bin/bash" shell_path="/bin/bash" -- cgit v1.2.1