diff options
Diffstat (limited to 'www/apache13/files/apache.sh')
-rw-r--r-- | www/apache13/files/apache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13/files/apache.sh b/www/apache13/files/apache.sh index 3e3cdff59aba..4708d4fe1f66 100644 --- a/www/apache13/files/apache.sh +++ b/www/apache13/files/apache.sh @@ -27,6 +27,6 @@ load_rc_config $name pidfile="${apache_pidfile}" -start_precmd="`/usr/bin/limits -e -U www`" +start_cmd="echo \"Starting ${name}.\"; /usr/bin/limits -U www ${command} ${rc_flags} ${command_args}" run_rc_command "$1" |