diff options
-rwxr-xr-x | config/sysvinit-thin.ugly | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/sysvinit-thin.ugly b/config/sysvinit-thin.ugly index 9661b77ef..cc604d994 100755 --- a/config/sysvinit-thin.ugly +++ b/config/sysvinit-thin.ugly @@ -5,8 +5,8 @@ # Required-Stop: $local_fs $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: Starts the Thin web server for the "!!(*= $site *)!!" site -# Description: The Thin web server for the "!!(*= $site *)!!" site +# Short-Description: Starts the Thin app server for the "!!(*= $site *)!!" site +# Description: The Thin app server for the "!!(*= $site *)!!" site ### END INIT INFO # This example sysvinit script is based on the helpful example here: |