mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 17:02:40 +00:00
Remove environment variables from rc.d
Remove environment variables from rc.d as they are now in config/default.json.
This commit is contained in:
@@ -35,8 +35,6 @@ pidfile="/var/run/${program_name}.pid" # File that allows the system to keep
|
|||||||
|
|
||||||
# Env Setup
|
# Env Setup
|
||||||
export HOME=$( getent passwd "homebrewery_runAs" | cut -d: -f6 ) # Gets the home directory of the runAs user
|
export HOME=$( getent passwd "homebrewery_runAs" | cut -d: -f6 ) # Gets the home directory of the runAs user
|
||||||
export NODE_ENV="local"
|
|
||||||
export PORT=8001
|
|
||||||
|
|
||||||
# Command Setup
|
# Command Setup
|
||||||
exec_cmd="/homebrewery/server.js" # Path to the HomeBrewery server.js, /usr/local/bin/ when installed globally
|
exec_cmd="/homebrewery/server.js" # Path to the HomeBrewery server.js, /usr/local/bin/ when installed globally
|
||||||
|
|||||||
Reference in New Issue
Block a user