From 84f86e700dda7e85e7211dfdf604214b0381821e Mon Sep 17 00:00:00 2001 From: rkl110 Date: Wed, 22 Feb 2017 15:59:16 +0100 Subject: [PATCH] Description to $USER added --- Ubuntu-init.d-for-Haste-Server.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Ubuntu-init.d-for-Haste-Server.md b/Ubuntu-init.d-for-Haste-Server.md index 752230a..d24d827 100644 --- a/Ubuntu-init.d-for-Haste-Server.md +++ b/Ubuntu-init.d-for-Haste-Server.md @@ -16,6 +16,7 @@ This is a basic init.d script for haste-server running on Ubuntu. This has been . /lib/lsb/init-functions # Change the value of "USER" to linux user name who runs Haste Server + # $USER never gets used only in echo commands can not defind user to run Haste Server USER=root; # Change the value of "DAEMON" to the Node.js process path