Commit ef351f4c authored by Drunkard Zhang's avatar Drunkard Zhang

Improve comments for shell_path

parent 4c5adb70
......@@ -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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment