diff --git a/scripts/install-pulse.sh b/scripts/install-pulse.sh index ccd253972..216fec51d 100644 --- a/scripts/install-pulse.sh +++ b/scripts/install-pulse.sh @@ -521,6 +521,9 @@ User=$PULSE_USER Group=$PULSE_USER WorkingDirectory=$PULSE_DIR +# Load environment variables from .env file in the working directory +EnvironmentFile=%W/.env + # Start command using absolute paths found earlier ExecStart=$node_path $npm_path run start