mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 10:06:04 +10:00
Improve comments for shell_path
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user