aboutsummaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-10-06 03:22:52 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-10-06 03:22:52 +0200
commit5c49b550e755b2c0ab6d9f3cf6fb783cab9697f7 (patch)
tree3d7ba69c823b43be56fae4c1dc6913013611dc26 /init.d
parentec17e0486942f2ad37430bea9b84f41e24879efc (diff)
renamed hg_app to rhodecode
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/hg_app_daemon2
-rwxr-xr-xinit.d/hg_app_daemon22
2 files changed, 2 insertions, 2 deletions
diff --git a/init.d/hg_app_daemon b/init.d/hg_app_daemon
index aff395c2..2e0cbc83 100755
--- a/init.d/hg_app_daemon
+++ b/init.d/hg_app_daemon
@@ -3,7 +3,7 @@
#### THIS IS AN GENTOO INIT.D SCRIPT####
########################################
-APP_NAME="hg_app"
+APP_NAME="rhodecode"
APP_HOMEDIR="marcink/python_workspace"
APP_PATH="/home/$APP_HOMEDIR/$APP_NAME"
diff --git a/init.d/hg_app_daemon2 b/init.d/hg_app_daemon2
index 9524c60b..45f8013f 100755
--- a/init.d/hg_app_daemon2
+++ b/init.d/hg_app_daemon2
@@ -13,7 +13,7 @@
# Description: starts instance of hg-app using start-stop-daemon
### END INIT INFO
-APP_NAME="hg_app"
+APP_NAME="rhodecode"
APP_HOMEDIR="marcink/python_workspace"
APP_PATH="/home/$APP_HOMEDIR/$APP_NAME"