From 2a23fd5d2a394379d3140af144d94cb7fe6d4c0a Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Thu, 20 Mar 2014 19:21:15 +0100 Subject: [PATCH] fix initscript NAME var --- conf/init-script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/init-script b/conf/init-script index 7083d52..2d9833d 100644 --- a/conf/init-script +++ b/conf/init-script @@ -16,7 +16,7 @@ # PATH should only include /usr/* if it runs after the mountnfs.sh script PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="Ghost" -NAME=ynh-ghost +NAME=ynh-ghostblog GHOST_ROOT=YNH_FINALPATH/ghost GHOST_GROUP=ghostblog GHOST_USER=ghostblog @@ -67,7 +67,7 @@ do_start() || return 2 # Add code here, if necessary, that waits for the process to be ready # to handle requests from services started subsequently which depend - # on this one. As a last resort, sleep for some time. + # on this one. As a last resort, sleep for some dime. } #