diff --git a/init.d/rhodecode-daemon2 b/init.d/kallithea-daemon-debian copy from init.d/rhodecode-daemon2 copy to init.d/kallithea-daemon-debian --- a/init.d/rhodecode-daemon2 +++ b/init.d/kallithea-daemon-debian @@ -4,16 +4,16 @@ ######################################## ### BEGIN INIT INFO -# Provides: rhodecode +# Provides: kallithea # Required-Start: $all # Required-Stop: $all # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: starts instance of rhodecode -# Description: starts instance of rhodecode using start-stop-daemon +# Short-Description: starts instance of kallithea +# Description: starts instance of kallithea using start-stop-daemon ### END INIT INFO -APP_NAME="rhodecode" +APP_NAME="kallithea" APP_HOMEDIR="opt" APP_PATH="/$APP_HOMEDIR/$APP_NAME"