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