Description to $USER added

rkl110 2017-02-22 15:59:16 +01:00
parent 10d9dabad3
commit 84f86e700d
1 changed files with 1 additions and 0 deletions

@ -16,6 +16,7 @@ This is a basic init.d script for haste-server running on Ubuntu. This has been
. /lib/lsb/init-functions . /lib/lsb/init-functions
# Change the value of "USER" to linux user name who runs Haste Server # 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; USER=root;
# Change the value of "DAEMON" to the Node.js process path # Change the value of "DAEMON" to the Node.js process path